We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791f96b commit 35a7491Copy full SHA for 35a7491
djangocms_frontend/ui_plugin_base.py
@@ -19,6 +19,9 @@ class FrontendEditableAdminMixin:
19
# django CMS 3 did not implement this: use our own version of the plugin-enabled mixin
20
from .helpers import FrontendEditableAdminMixin
21
22
+ class PlaceholderAdmin:
23
+ pass
24
+
25
26
class CMSUIPluginBase(FrontendEditableAdminMixin, CMSPluginBase):
27
render_template = "djangocms_frontend/html_container.html"
0 commit comments