You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin-guide/add-ons.md
+29-21Lines changed: 29 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ First, configure your project according to the instructions in the tabbed interf
29
29
Select the tab according to the method you used to create your project.
30
30
31
31
`````{tab-set}
32
-
33
32
````{tab-item} Cookieplone
33
+
:sync: cookieplone
34
34
35
35
Add the name of your add-on in the file {file}`backend/pyproject.toml` in the section `dependencies`.
36
36
This example adds [`collective.easyform`](https://pypi.org/project/collective.easyform/).
@@ -46,24 +46,16 @@ dependencies = [
46
46
]
47
47
```
48
48
49
-
Also add the add-on to `zcml_package_includes` in the file {file}`backend/instance.yaml` to make sure its configuration will be loaded.
49
+
To configure the add-on to load, in the file {file}`backend/instance.yaml`, under the key `default_context`, for the key `zcml_package_includes`, set its value to the add-on's name.
0 commit comments