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 1fd6e7a commit 6d8dc1cCopy full SHA for 6d8dc1c
docs/source/how-to/use-frontend-as-component.rst
@@ -91,3 +91,10 @@ use the ``{% plugin %}`` template tag with each plugin.
91
92
Since no plugins are created in the database, plugins relying on their
93
instances being available in the database will potentially not work.
94
+
95
96
+.. warning::
97
98
+ Currently, ``{% placeholder %}`` template tags are not supported inside
99
+ a ``{% plugin %}`` tag. This is because the ``{% plugin %}`` tag does
100
+ preprocess the content and placeholders are not recognized by django CMS.
0 commit comments