django-shop icon indicating copy to clipboard operation
django-shop copied to clipboard

"CMS Plugins" menu is always empty for description field

Open sniku opened this issue 5 years ago • 1 comments

"CMS Plugins" menu in he TextPlugin is always empty for the Description field on the Product model.

03_03_2019__22 41 51

The screenshot above is from the demo, following tutorial. "CMS Plugins" menu works fine to the Cascade/regular pages.

Is there a workaround for this? As far as I can tell this has never worked.

sniku avatar Mar 03 '19 21:03 sniku

This is apparently a django-cms limitation, not a django-shop limitation.

I suggest removing the cmsplugins from the default CKEDITOR_SETTINGS_DESCRIPTION configuration, since it can never work.

This field does not allow you to embed any other CMS plugins within the text editor. Plugins can only be embedded within Placeholder fields.

More information below: https://github.com/divio/djangocms-text-ckeditor#usage-as-a-model-field https://github.com/divio/djangocms-text-ckeditor/issues/419

sniku avatar Mar 03 '19 21:03 sniku