Awesome
volto-widgets-view
Add View components for Volto Widgets
Widgets
- ArrayWidget
- BooleanWidget
- DatetimeWidget
- DateWidget
- DescriptionWidget
- EmailWidget
- FileWidget
- ImageWidget
- PasswordWidget
- RelationsWidget
- RelationWidget
- RichTextWidget
- SelectWidget
- TextWidget
- TitleWidget
- TokenWidget
- UrlWidget
Usage
This package registers the above widgets within global @plone/volto/registry
at config.widgets.views
For usage examples see:
Getting started
-
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-widgets-view $ cd my-volto-project $ yarn add -W @eeacms/volto-widgets-view
-
If you already have a volto project, just update
package.json
:"addons": [ "@eeacms/volto-widgets-view" ], "dependencies": { "@eeacms/volto-widgets-view": "^1.0.0" }
-
Install new add-ons and restart Volto:
$ yarn $ yarn start
-
Go to http://localhost:3000
-
Happy editing!
Release
See RELEASE.md.
How to contribute
See DEVELOP.md.
Copyright and license
The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.
See LICENSE.md for details.