Skip to content

Commit

Permalink
fix(settings): Extend ALLOW_TOKEN_PARSERS if custom one is provided (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroLitvinov authored Oct 16, 2023
1 parent 9ef7a2a commit 898eb21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions djangocms_text_ckeditor/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@

ALLOW_TOKEN_PARSERS = (
'djangocms_text_ckeditor.attribute_parsers.DataAttributeParser',
*getattr(settings, 'ALLOW_TOKEN_PARSERS', []),
)
TEXT_INLINE_EDITING = getattr(settings, 'TEXT_INLINE_EDITING', False)

0 comments on commit 898eb21

Please sign in to comment.