Skip to content

Commit 6d8dc1c

Browse files
committed
docs: Add warning on placeholder tags
1 parent 1fd6e7a commit 6d8dc1c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,10 @@ use the ``{% plugin %}`` template tag with each plugin.
9191

9292
Since no plugins are created in the database, plugins relying on their
9393
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

Comments
 (0)