Socket
Socket
Sign inDemoInstall

@zenginehq/frontend-config

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zenginehq/frontend-config

Helper module for implementing Zengine plugin configuration forms.


Version published
Weekly downloads
76
increased by3700%
Maintainers
0
Weekly downloads
 
Created
Source

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
  • Automated webhook management
  • Highly extensible via events and custom field types

Config Module

Installation

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!

Updating

In order to update this module to a newer version run:

npm i @zenginehq/frontend-config@latest --save

Usage

Please refer to the Wiki for detailed documentation.

Releasing

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

Keywords

FAQs

Package last updated on 27 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc