Helper module for implementing Zengine plugin configuration forms.
- Powerful form builder
- Multi-page forms
- Multiple configurations
- Toggling configurations on and off
- Automated webhook management
- Highly extensible via events and custom field types
npm i @zenginehq/frontend-config --save
Note: when using the soon-to-be-deprecated legacy maya, it's crucial that this gets run inside the plugins/myplugin/src
directory alongside your plugin's other code to get built properly.
If, however, you are using the shiny new mayan then you can just run the install from your frontend plugin's root plugins/myplugin
, as you'd expect!
In order to update this module to a newer version run:
npm i @zenginehq/frontend-config@latest --save
Please refer to the Wiki for detailed documentation.
This uses release-it to do releases. It will handle creating the release tag, updating the README and creating the github and npm releases.
To do a dry run:
npx release-it -d
To do the real thing:
npx release-it