|
1 | 1 | --- |
2 | 2 | myst: |
3 | 3 | html_meta: |
4 | | - "description": "Migrate to Volto" |
5 | | - "property=og:description": "Migrate to Volto" |
6 | | - "property=og:title": "Migrate to Volto" |
7 | | - "keywords": "Migrating, Upgrading, Plone 6, Volto" |
| 4 | + "description": "Migrating from Plone Classic UI to Volto" |
| 5 | + "property=og:description": "Migrating from Plone Classic UI to Volto" |
| 6 | + "property=og:title": "Migrating from Plone Classic UI to Volto" |
| 7 | + "keywords": "Migrating, Upgrading, Plone 6, Volto, Classic UI" |
8 | 8 | --- |
9 | 9 |
|
10 | 10 | (backend-migrate-to-volto-label)= |
11 | 11 |
|
12 | | -# Migrating from Plone Classic to Volto |
| 12 | +# Migrating from Plone Classic UI to Volto |
13 | 13 |
|
14 | 14 | Plone 6 comes with a new default frontend called {term}`Volto`. |
15 | 15 | Volto is written in React and uses {py:mod}`plone.restapi` to communicate with the backend. |
16 | 16 |
|
17 | 17 | When creating a new Plone 6 site, you may choose between frontends. |
18 | 18 |
|
19 | | -- Volto - {guilabel}`Create a new Plone site`, the default option |
20 | | -- {term}`Classic UI` - {guilabel}`Create Classic Plone site` |
21 | | -- {guilabel}`Advanced` |
| 19 | +- Volto - {guilabel}`Create a new Plone site`, the default option. |
| 20 | +- {term}`Classic UI` - {guilabel}`Create Classic Plone site`. |
| 21 | +- {guilabel}`Advanced`. |
| 22 | + |
| 23 | +```{image} /_static/plone-classic-ui-landing-page.png |
| 24 | +:class: figure |
| 25 | +:alt: Plone Classic UI landing page |
| 26 | +``` |
22 | 27 |
|
23 | 28 | This choice is presented because there are some non-trivial differences between their configurations. |
24 | 29 | This document discusses these differences. |
|
0 commit comments