Skip to content

Commit b6520ca

Browse files
committed
Update "Pin the version of an add-on" section
1 parent 7aed317 commit b6520ca

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/install/manage-add-ons-packages.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,15 @@ Add it to {file}`instance.yml` to let Zope know that this add-on should be loade
221221

222222
```yaml
223223
default_context:
224-
load_zcml:
225-
package_includes: ['collective.easyform']
224+
load_zcml:
225+
package_includes: [
226+
'project_title',
227+
'collective.easyform',
228+
]
226229
```
227230

228-
Apply your changes and restart backend:
231+
Stop the backend with {kbd}`ctrl-c`.
232+
Then apply your changes and start the backend.
229233

230234
```shell
231235
make build-backend
@@ -234,8 +238,6 @@ make start-backend
234238

235239
In your web browser, and assuming you are currently logged in as `admin`, visit the URL http://localhost:8080/Plone/prefs_install_products_form.
236240

237-
At the top of the page, you should see an upgrade information. Update your add-on.
238-
239241

240242
(manage-backend-check-out-an-add-on)=
241243

0 commit comments

Comments
 (0)