Skip to content

Commit 4a24114

Browse files
committed
Clarify note on retrieving page and placeholder objects in plugin creation documentation
1 parent c572f54 commit 4a24114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/02-plugin-creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Depending on your projects configuration, you might have to configure placeholde
7474
After adding the plugin to a placeholder, you can retrieve the content of the placeholder using the :doc:`Pages <../reference/pages>` and :doc:`Placeholders <../reference/placeholders>` endpoints.
7575

7676
.. note::
77-
We first have to retrieve the page object and then the associated placeholder objects. This is necessary because django CMS placeholders are linked to the page object, not part of the page object. This allows to use preview mode and versioning.
77+
First, we have to retrieve the page object, and then the associated placeholder objects. This is necessary because Django CMS placeholders are linked to, but not part of, the page object. This enables us to use preview mode and versioning.
7878

7979

8080
.. code-block:: bash

0 commit comments

Comments
 (0)