Skip to content

Commit 28d42ec

Browse files
committed
Revert distribution names and enhance ALLOWED_DISTRIBUTIONS usage.
1 parent 5c45891 commit 28d42ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/developer-guide/create-a-distribution.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,15 +308,15 @@ In the example above, `Plone` is the ID of the Plone site to export.
308308

309309
## Limit available distributions
310310

311-
By default, Plone 6.1 ships with two ready-to-use distributions:
311+
By default, Plone 6.1 ships with two ready-to-use distributions.
312312

313-
[`plone.volto`](https://github.com/plone/plone.volto)
313+
`default`
314314
: Create a Plone site with the Volto frontend.
315315

316-
[`plone.classicui`](https://github.com/plone/plone.classicui)
316+
`classic`
317317
: Create a Plone site with the Classic UI frontend.
318318

319-
If you want to limit the choice of distributions when creating a new site, it is possible to set the environment variable `ALLOWED_DISTRIBUTIONS` with fewer options.
319+
If you want to limit the choice of distributions when creating a new site, you can set the environment variable `ALLOWED_DISTRIBUTIONS` to a comma-separated sting of only those distributions' names.
320320

321321
```shell
322322
ALLOWED_DISTRIBUTIONS=default

0 commit comments

Comments
 (0)