Skip to content

Commit 328f9a0

Browse files
committed
fix: Update CMS_COMPONENT_PLUGINS docs
1 parent 1e32052 commit 328f9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/how-to/use-frontend-as-component.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repetition.
3131
``djangocms_frontend.cms_plugins.CMSUIPlugin`` in the setting.
3232

3333
* To include all :ref:`custom components <custom_components>`, use
34-
``djangocms_frontend.cms_plugins.CMSUIComponent`` in the setting.
34+
``djangocms_frontend.ui_plugin_base.CMSUIComponent`` in the setting.
3535

3636
To use a frontend plugin in a template you need to load the ``frontend`` tags
3737
and then use the ``plugin`` template tag to render a frontend plugin.

0 commit comments

Comments
 (0)