@whalecloud/custom-webpage-plugin
v0.0.18
Published
The custom plugin package for @whalecloud/page-builder.
Readme
@whalecloud/custom-plugin
表单编辑器自定义插件
需要配合(@whalecloud/page-design)[https://www.npmjs.com/package/@whalecloud/page-builder]一起使用
Install
npm install --save @whalecloud/custom-pluginOr if you prefer yarn:
yarn add @whalecloud/custom-pluginimport { registerCustomPlugin } from "@whalecloud/page-builder";
import customPlugins from '@whalecloud/custom-plugin';
// import { editorPlugins, renderPlugins } from '@whalecloud/custom-plugin';
registerCustomPlugin(customPlugins);