Skip to content

Commit 35a7491

Browse files
committed
fix: test for v3
1 parent 791f96b commit 35a7491

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

djangocms_frontend/ui_plugin_base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ class FrontendEditableAdminMixin:
1919
# django CMS 3 did not implement this: use our own version of the plugin-enabled mixin
2020
from .helpers import FrontendEditableAdminMixin
2121

22+
class PlaceholderAdmin:
23+
pass
24+
2225

2326
class CMSUIPluginBase(FrontendEditableAdminMixin, CMSPluginBase):
2427
render_template = "djangocms_frontend/html_container.html"

0 commit comments

Comments
 (0)