Dotclear


Ignore:
Timestamp:
03/22/15 15:10:20 (10 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Allow customizing CKEditor formats
Fixes #2070

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/_install.php

    r2854 r2972  
    2727$settings->dcckeditor->put('cancollapse_button', false, 'boolean', 'Add collapse button?', false, true); 
    2828$settings->dcckeditor->put('format_select', false, 'boolean', 'Add format selection?', false, true); 
     29$settings->dcckeditor->put('format_tags', 'p;h1;h2;h3;h4;h5;h6;pre;address', 'string', 'Custom formats', false, true); 
    2930$settings->dcckeditor->put('table_button', false, 'boolean', 'Add table button?', false, true); 
    3031$settings->dcckeditor->put('clipboard_buttons', false, 'boolean', 'Add clipboard buttons?', false, true); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map