Skip to content

Commit 3eb662b

Browse files
committed
update todo for frontend add-ons
1 parent 755a916 commit 3eb662b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,11 +375,20 @@ build-dev: instance/etc/zope.ini ## pip install Plone packages
375375
You can configure your Zope instance as described in section {ref}`manage-common-management-tasks-label`.
376376

377377

378-
```{todo}
378+
````{todo}
379379
configuration frontend:
380380
381381
- add an add-on
382382
- checkout an add-on for development with mrs.developer
383383
384384
Add info here or link to respective frontend chapter.
385+
localhost:8050/volto/addons/index.html#configuring-a-volto-project-to-use-an-addon
386+
387+
run
388+
```
389+
make install-frontend
390+
make start-frontend
385391
```
392+
393+
not: `make build-frontend`. Unfortunatly `build` means different things in frontend and backend. `build frontend` means production build. `build backend` means: apply changed configuration.
394+
````

0 commit comments

Comments
 (0)