Skip to content

Commit

Permalink
Merge pull request #451 from vxsx/bugfix/aldryn-config
Browse files Browse the repository at this point in the history
Remove HTMLField configuration from aldryn_config
  • Loading branch information
vxsx committed Nov 23, 2017
2 parents c27b65e + e8465d9 commit d758650
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions aldryn_config.py
Expand Up @@ -27,22 +27,6 @@ def to_settings(self, data, settings):
'language': '{{ language }}',
'toolbar': 'CMS',
'skin': 'moono-lisa',
'extraPlugins': 'cmsplugins',
'toolbar_HTMLField': [
['Undo', 'Redo'],
['cmsplugins', '-', 'ShowBlocks'],
['Format', 'Styles'],
['TextColor', 'BGColor', '-', 'PasteText', 'PasteFromWord'],
['Maximize', ''],
'/',
['Bold', 'Italic', 'Underline', '-', 'Subscript', 'Superscript', '-', 'RemoveFormat'],
['JustifyLeft', 'JustifyCenter', 'JustifyRight'],
['HorizontalRule'],
['Link', 'Unlink'],
['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Table'],
['Source'],
['Link', 'Unlink', 'Anchor'],
],
}

# This could fail if aldryn-django-cms has not been configured yet.
Expand Down

0 comments on commit d758650

Please sign in to comment.