@wix/vibe-forms-plugin
v0.32.3
Published
A Wix Vibe plugin that enables using form headless components for Forms consumers.
Downloads
3,633
Maintainers
Keywords
Readme
Wix Vibe Forms Plugin
A Wix Vibe plugin that enables using form headless components for Forms consumers.
Development
# Install dependencies
yarn install
# Build the plugin
yarn build
# Build the plugin in watch mode
yarn build --watch
# Fix linting issues
yarn lint:fixTo use local build of vibe-forms-plugin-files, set useLocal param to true on install function.
await unzipAndMergePluginFiles(env, true);Publishing new version
Publish new version by bumping the package version in package.json manually. The version should be bumped for all forms plugins.
You also have to update the Old Wix Forms and Payments SDK extension on dev center to use the new version.
