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 1e32052 commit 328f9a0Copy full SHA for 328f9a0
docs/source/how-to/use-frontend-as-component.rst
@@ -31,7 +31,7 @@ repetition.
31
``djangocms_frontend.cms_plugins.CMSUIPlugin`` in the setting.
32
33
* To include all :ref:`custom components <custom_components>`, use
34
- ``djangocms_frontend.cms_plugins.CMSUIComponent`` in the setting.
+ ``djangocms_frontend.ui_plugin_base.CMSUIComponent`` in the setting.
35
36
To use a frontend plugin in a template you need to load the ``frontend`` tags
37
and then use the ``plugin`` template tag to render a frontend plugin.
0 commit comments