The Volto Templates Addon allows authors to create and select templates for Volto pages.
This addon need interaktiv.templates
to be installed on the Plone backend.
Add @interaktiv.de/volto-templates
to your package.json:
"addons": [
"@interaktiv.de/volto-templates"
]
"dependencies": {
"@interaktiv.de/volto-templates": "*"
}
Download and install now by runnning
yarn install
Start Volto with:
yarn start
This project is licensed under the MIT license.
Made with ❤️ by Interaktiv and the Plone Community