Skip to content
Merged
Changes from 13 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
14 changes: 8 additions & 6 deletions docs/mastering-plone/add-ons.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ myst:
"description": "Extending Plone with features via existing backend add-ons"
"property=og:description": "Extending Plone with features via existing backend add-ons"
"property=og:title": "Extending Plone with add-on packages"
"keywords": "Plone, Volto, add-on, customizing"
"keywords": "Plone, Volto, add-on, customizing"
Comment thread
stevepiercy marked this conversation as resolved.
Outdated
---

(add-ons-label)=
Expand Down Expand Up @@ -150,12 +150,14 @@ 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

Link to Site Setup
````{card}
```{image} /_static/site_setup.png
:alt: Plone Site Setup control panel showing available configuration options
Comment thread
stevepiercy marked this conversation as resolved.
Outdated
:target: /_static/site_setup.png
```

+++
_Plone Site Setup control panel showing available configuration options._
Comment thread
stevepiercy marked this conversation as resolved.
Outdated
````
Enable `ploneconf.site` now if you haven't done already.

This is what happens: The GenericSetup profile of the product gets loaded. This does things like:
Expand Down