@@ -65,13 +65,6 @@ Plone 6 example:
6565docker run -p 8081:8081 -e LISTEN_PORT=8081 plone/plone-backend:{PLONE_BACKEND_VERSION}
6666```
6767
68- #### Adding configuration to ` zope.conf ` or additional ZCML
69-
70- With the standard container, it is not possible to add configuration fragments to
71- ` zope.conf ` directly or add extra ZCML, like it is with the ` buildout ` deployment
72- method. However, you can derive your own container image, and drop in configuration
73- fragments. See {ref}` backend-extending-from-this-image-label ` below for instructions.
74-
7568### Site creation variables
7669
7770| Environment variable | Description |
@@ -263,6 +256,16 @@ We advise against using this feature on production environments.
263256In this case, extend the image as explained before.
264257` ` `
265258
259+ # ### Adding configuration to `zope.conf` or additional ZCML
260+
261+ Some Plone add-ons require changes to `zope.conf` or extra ZCML.
262+
263+ With the standard container, it is not possible to add configuration fragments to
264+ ` zope.conf` directly or add extra ZCML, like it is with the `buildout` deployment
265+ method.
266+
267+ However, you can derive your own container image, and drop in configuration
268+ fragments. See {ref}`backend-extending-from-this-image-label` below for instructions.
266269
267270(containers-images-backend-developing-packages-label)=
268271
@@ -286,6 +289,7 @@ docker run -p 8080:8080 -e DEVELOP="/app/src/mysite.policy" -v /path/to/mysite.p
286289We advise against using this feature on production environments.
287290` ` `
288291
292+ (backend-extending-from-this-image-label)=
289293
290294# # Extending from this image
291295
0 commit comments