Skip to content

Commit

Permalink
GH-75: Data List - Plugin: Drop Text Support
Browse files Browse the repository at this point in the history
Do not enable text support, because one can not nest "Data List Item".*

* Or, I found no way.
  • Loading branch information
wesleyboar committed Aug 7, 2021
1 parent 1f1c4ec commit 814b245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taccsite_cms/contrib/taccsite_data_list/cms_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class TaccsiteDataListPlugin(CMSPluginBase, AbstractMaxChildrenPlugin):
render_template = 'data_list.html'

cache = True
text_enabled = True
text_enabled = False
allow_children = True
child_classes = [
'TaccsiteDataListItemPlugin'
Expand Down

0 comments on commit 814b245

Please sign in to comment.