Skip to content
  • Nigel McNie's avatar
    Made the textbox blocktype work. · 7bd6a4cf
    Nigel McNie authored
    This involved moving instance_config_save to be in the Blockinstance class, because in order to support Blocktype munging of the config data before being saved, we have to call the method in the child Blocktype class - not normally possible due to PHP's retarded static method calling rules without knowing what blockinstance we are using.
    
    The blocktype itself should now work fine, both when the user has the wysiwyg editor on and off. A smaller version of the editor is used.
    7bd6a4cf