zn-frontend-config
Helper module for implementing Zengine plugin configuration forms.
Highlights
- Powerful form builder
- Multi-page forms
- Multiple configurations
- Toggling configurations on and off
- Highly extensible via events and custom field types
Installation
# Run this from your frontend plugin's src diretory.
npm i @zenginehq/frontend-config --save
It's important that this gets inside under the src
directory, alongside your plugin's other code if not Maya won't build it properly.
Updating
In order to update this module to a newer version run this in your plugin's src
directory:
npm i @zenginehq/frontend-config@latest --save
Usage
Please refer to the Wiki for detailed documentation.