Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9fcecc1
Docs: add descriptive alt text for Site Setup figure
Sneha-Goswami123 Jan 27, 2026
aab3834
Docs: add descriptive alt text for Site Setup figure
Sneha-Goswami123 Jan 27, 2026
7d2e0fd
Docs: add descriptive alt text for Site Setup figure
Sneha-Goswami123 Jan 27, 2026
81126e0
Docs: remove accidental debug text
Sneha-Goswami123 Jan 27, 2026
334d6ea
Docs: add proper caption to Site Setup figure per MyST guidelines
Sneha-Goswami123 Jan 28, 2026
49e4524
Docs: add proper caption to Site Setup figure per MyST guidelines
Sneha-Goswami123 Jan 28, 2026
dccc21a
Docs: use enhanced media card for Site Setup figure
Sneha-Goswami123 Jan 28, 2026
c1762ae
Docs: fix enhanced media image path and caption for Site Setup
Sneha-Goswami123 Jan 31, 2026
4e5194b
Docs: fix enhanced media image path and caption for Site Setup
Sneha-Goswami123 Jan 31, 2026
454fb9e
Docs: add proper caption to Site Setup figure per MyST guidelines
Sneha-Goswami123 Jan 31, 2026
e5d2079
Docs: add proper caption to Site Setup figure per MyST guidelines
Sneha-Goswami123 Jan 31, 2026
918f585
Docs: add proper caption to Site Setup figure per MyST guidelines
Sneha-Goswami123 Jan 31, 2026
9e51d1b
Docs: fix enhanced media card for Site Setup image
Sneha-Goswami123 Jan 31, 2026
359f8d0
Docs: fix enhanced media card for Site Setup image
Sneha-Goswami123 Feb 10, 2026
1565724
Docs: fix enhanced media card for Site Setup image
Sneha-Goswami123 Feb 10, 2026
2ec1a30
Use correct relative path for site_setup image
Sneha-Goswami123 Feb 10, 2026
d778110
Fix image path to root _static folder
Sneha-Goswami123 Feb 10, 2026
96c9868
Improved alt text and alignment
Sneha-Goswami123 Feb 11, 2026
2d8f35a
align alt text and caption with Add-ons panel as requested
Sneha-Goswami123 Feb 11, 2026
9d3fa4e
Apply suggestion from @stevepiercy
stevepiercy Feb 11, 2026
1e2a49b
revert deletion of blank line
stevepiercy Feb 11, 2026
cf51cba
tidy up
stevepiercy Feb 11, 2026
a3e6651
Merge branch 'main' into fix-991-mastering-plone-install-clarification
stevepiercy Feb 11, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions docs/mastering-plone/add-ons.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ branch=main
; tag=volto
```

Adding the package to `instance.yaml` causes the generation of the Zope configuration to make the package available in a Zope app.
Adding the package to {file}`instance.yaml` causes the generation of the Zope configuration to make the package available in a Zope app.

```yaml
zcml_package_includes: training.votable, ploneconf.site
zcml_package_includes: training.votable, ploneconf.site
```

Running `make build` has three effects:
Expand All @@ -144,17 +144,21 @@ Running `make build` has three effects:
Documentation {doc}`plone6docs:admin-guide/add-ons`
```


### Enabling add-ons in your Plone site

An add-on can be enabled per Plone instance.

In your browser, go to `Site Setup` at `http://localhost:3000/controlpanel`, and open the `Add-ons` Panel. You will see a list of available add-ons.

```{figure} _static/site_setup.png
:alt: Link to Site Setup
In your browser, go to `Site Setup` at `http://localhost:3000/controlpanel`, and open the `Add-ons` control panel. You will see a list of available add-ons.

Link to Site Setup
````{card}
```{image} ../_static/site_setup.png
:alt: Plone `Add-ons` control panel, showing available configuration options
:target: ../_static/site_setup.png
```
+++
_Plone `Add-ons` control panel, showing available configuration options._
````

Enable `ploneconf.site` now if you haven't done already.

Expand All @@ -169,7 +173,6 @@ All this is configured in the default GenericSetup profile, which can be found i
In the next chapters we will add here our content type `talk`, configure a catalog index, and some more.



(add-ons-summary-label)=

## Summary
Expand Down