File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -176,11 +176,7 @@ Add it to {file}`instance.yaml` to let Zope know that this add-on should be load
176
176
``` {code-block} yaml
177
177
:emphasize-lines: 3-6
178
178
default_context:
179
- load_zcml:
180
- package_includes: [
181
- 'project_title',
182
- 'collective.easyform',
183
- ]
179
+ zcml_package_includes: project_title, collective.easyform
184
180
```
185
181
186
182
Stop the backend with {kbd}` ctrl-c ` .
@@ -221,11 +217,7 @@ Add it to {file}`instance.yaml` to let Zope know that this add-on should be load
221
217
222
218
``` yaml
223
219
default_context :
224
- load_zcml :
225
- package_includes : [
226
- ' project_title' ,
227
- ' collective.easyform' ,
228
- ]
220
+ zcml_package_includes : project_title, collective.easyform
229
221
` ` `
230
222
231
223
Stop the backend with {kbd}` ctrl-c`.
@@ -265,11 +257,7 @@ Add it to {file}`instance.yaml` to let Zope know that this add-on should be load
265
257
266
258
` ` ` yaml
267
259
default_context:
268
- load_zcml :
269
- package_includes : [
270
- ' project_title' ,
271
- ' collective.easyform' ,
272
- ]
260
+ zcml_package_includes: project_title, collective.easyform
273
261
` ` `
274
262
275
263
Stop the backend with {kbd}`ctrl-c`.
You can’t perform that action at this time.
0 commit comments