You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:alt: Launch screen for choosing a frontend distribution
141
+
:alt: Launch screen for choosing a distribution
142
142
:target: /_images/distribution-chooser.png
143
143
```
144
144
+++
145
-
_Launch screen for choosing a frontend distribution_
145
+
_Launch screen for choosing a distribution_
146
146
````
147
147
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.
149
149
150
150
Distributions are optional.
151
151
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
170
170
This is fine.
171
171
If you know you only need `plone.volto` or only need `plone.classicui`, you can switch to that.
172
172
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`).
175
175
- 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`.
176
176
- If your add-on is only for Volto, you may want to add `plone.volto` as a dependency.
177
177
- If your add-on is only for Classic UI, you may want to add `plone.classicui` as a dependency.
0 commit comments