Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rossriley/bolt-extension-formeditor
A UI for the Bolt Forms Extension
https://github.com/rossriley/bolt-extension-formeditor
Last synced: 6 days ago
JSON representation
A UI for the Bolt Forms Extension
- Host: GitHub
- URL: https://github.com/rossriley/bolt-extension-formeditor
- Owner: rossriley
- Created: 2015-07-25T06:55:31.000Z (over 9 years ago)
- Default Branch: v4
- Last Pushed: 2020-08-13T13:32:07.000Z (about 4 years ago)
- Last Synced: 2024-08-05T09:13:18.593Z (3 months ago)
- Language: PHP
- Size: 307 KB
- Stars: 6
- Watchers: 2
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Bolt Forms Editor
### Experimental warning - read details below
This is a small extension that builds on top of the `bolt/boltforms` extension to provide
a very basic UI for editors to use without needing to edit a YML file.Functionality supported so far:
1. Creating a new form
2. Listing current forms
3. Editing selected settings for notification / feedback
4. Listing and sorting current fields.
5. Deleting current fields.
6. Adding new fields (with limited options)The feature set offered via UI is small in comparison to the available options, but the
extension only writes to the fields that it has UI for. So for example an editor can change
the label of a setup form field but the constraints / validations will stay in place.### Experimental Warning
This extension is new and has not yet been tested by a large audience, and as such it may carry a few risks.
It is recommended that you keep a backup of any current `app/config/extensions/boltforms.bolt.yml`
files during the evaluation of this.Note that this extension will only work on **PHP 5.4 or later**.