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