DEPRECATED - Components moved to Volto core. See @plone/volto
Volto add-on: Reusable form components
This package registers the above components. For usage examples see:
-
Create new volto project if you don't already have one:
$ npm install -g yo @plone/generator-volto $ yo @plone/volto my-volto-project --addon @eeacms/volto-blocks-form $ cd my-volto-project
-
If you already have a volto project, just update package.json:
"addons": [ "@eeacms/volto-blocks-form" ], "dependencies": { "@eeacms/volto-blocks-form": "^2.0.0" }
-
Install new add-ons and restart Volto:
$ yarn $ yarn start
-
Go to http://localhost:3000
-
Happy editing!
See DEVELOP.md.
The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.
See LICENSE.md for details.