Skip to content

Commit 47da6fd

Browse files
These are not 'frontend distributions'.
1 parent 486def1 commit 47da6fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/backend/upgrading/version-specific-migration/upgrade-to-61.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,14 @@ When you start Plone, the launch screen prompts you to choose a distribution whe
138138
139139
````{card}
140140
```{image} /backend/upgrading/version-specific-migration/images/distribution-chooser.png
141-
:alt: Launch screen for choosing a frontend distribution
141+
:alt: Launch screen for choosing a distribution
142142
:target: /_images/distribution-chooser.png
143143
```
144144
+++
145-
_Launch screen for choosing a frontend distribution_
145+
_Launch screen for choosing a distribution_
146146
````
147147

148-
After you select a frontend distribution, you will fill out a brief form to configure your new Plone 6.1 site, similar to the process for Plone 6.0.
148+
After you select a distribution, you will fill out a brief form to configure your new Plone 6.1 site, similar to the process for Plone 6.0.
149149

150150
Distributions are optional.
151151
If your project only uses the `Products.CMFPlone` Python package, you can still create a Plone site in the usual way.
@@ -170,8 +170,8 @@ There are a few things you should consider when upgrading a project to, or makin
170170
This is fine.
171171
If you know you only need `plone.volto` or only need `plone.classicui`, you can switch to that.
172172
You can also limit the options for selecting a distribution by setting the environment variable `ALLOWED_DISTRIBUTIONS` with fewer options.
173-
Set `ALLOWED_DISTRIBUTIONS=default` for the default Volto frontend distribution (`plone.volto`).
174-
Set `ALLOWED_DISTRIBUTIONS=classic` for the Classic UI frontend distribution (`plone.classicui`).
173+
Set `ALLOWED_DISTRIBUTIONS=default` for the distribution targeting the default Volto frontend (`plone.volto`).
174+
Set `ALLOWED_DISTRIBUTIONS=classic` for the distribution with the Classic UI frontend (`plone.classicui`).
175175
- If you switch from `Plone` to `plone.volto` or `plone.classicui`, you might want to install extra core add-ons, for example `plone.app.upgrade` or `plone.app.caching`.
176176
- If your add-on is only for Volto, you may want to add `plone.volto` as a dependency.
177177
- If your add-on is only for Classic UI, you may want to add `plone.classicui` as a dependency.

0 commit comments

Comments
 (0)