Projet

Général

Profil

0001-ckeditor-add-note-in-available-formats-20864.patch

Serghei Mihai (congés, retour 15/05), 21 décembre 2017 17:13

Télécharger (947 octets)

Voir les différences:

Subject: [PATCH] ckeditor: add note in available formats (#20864)

 combo/settings.py | 2 ++
 1 file changed, 2 insertions(+)
combo/settings.py
168 168
    'default': {
169 169
        'allowedContent': True,
170 170
        'removePlugins': 'stylesheetparser',
171
        'format_note': {'name': _('Note'), 'element': 'div', 'attributes': {'class': 'note'}},
172
        'format_tags': 'p;h1;h2;h3;h4;h5;h6;note;pre;address;div',
171 173
        'toolbar_Own': [['Source', 'Format', '-', 'Bold', 'Italic'],
172 174
                        ['NumberedList', 'BulletedList'],
173 175
                        ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'],
174
-