WysiwygEditor\blank
            Inherited from cmsWysiwygEditor

                    
        
            
Protected Attributes
| protected | $default_profiles | = ['blank' => ['title' => 'Blank Text Area', 'profile'=>'blank']] | 
Protected Methods
| protected string | forceDefaultConfigOptions(array $options) The options specified here cannot be modified by user configuration
 | 
Public Methods
| public array | generateConfigurationArrayFromConfig() Returns a key/value array from the config. If the config key contains a prefix of str_config_ or bool_config_ or int_config_, then it will be moved into 'processed' key in the result array, otherwise it will be moved to 'unprocessed' key
 | 
| public string | modifyUnprocessedConfig(string $array_config) Given $array_config containing 2 keys: unprocessed and processed, process them and move it to $array_config['processed']
 | 
| public array | onModifyDataBeforeSaveConfig(array $datavalues) Modify data before save item @global \App\Users $CurrentUser
 | 
| public | onAfterSaveConfig(int $profile_id) After config has been saved
 | 
| public array | getDefaultProfileResetSettings(string $reset_profile_name) Returns an array of default config key/value array. Profile name can be simple, full, etc...
 | 
| public string | getUncachedConfigurationScript() Returns the configuration script, uncached
 | 
| public boolean | viewInitScript() View init script
 |