Skip to content

Commit

Permalink
Merge branch 'fix/restore-auto-paragraph' into release/v1.1.4-20240122
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Jan 22, 2024
2 parents 202dabb + ec17a87 commit c58676c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/tup-cms/src/taccsite_cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@
# https://github.com/django-cms/django-filer/blob/2.0.2/docs/permissions.rst
FILER_ENABLE_PERMISSIONS = True

# https://github.com/django-cms/djangocms-text-ckeditor
CKEDITOR_SETTINGS = {
'autoParagraph': True, # Core-CMS had set this to False
'stylesSet': 'default:/static/js/addons/ckeditor.wysiwyg.js',
'contentsCss': ['/static/djangocms_text_ckeditor/ckeditor/contents.css'],
}

# DJANGOCMS_ICON SETTINGS
# https://github.com/django-cms/djangocms-icon
Expand Down

0 comments on commit c58676c

Please sign in to comment.