2.2.0 • Published 7 years ago
@webiny/app-forms v2.2.0
@webiny/app-forms
An app for creating forms that can be embedded into pages created with Webiny Page Builder.
Use together with @webiny/api-forms package.
Install
npm install --save @webiny/app-formsOr if you prefer yarn:
yarn add @webiny/app-formsSetup
To setup, you must register a set of plugins. For more information on plugins, please visit Webiny documentation.
Admin
import { registerPlugins } from "@webiny/plugins";
import formsPlugins from "@webiny/app-forms/admin/plugins";
import formsCmsPlugins from "@webiny/app-forms/page-builder/admin/plugins";
registerPlugins(formsPlugins);Note: the formsCmsPlugins contains plugins for the Page Builder, which will
enable you to embed forms in your pages.
Site
import { registerPlugins } from "@webiny/plugins";
import formsSitePlugins from "@webiny/app-forms/site/plugins";
import formsCmsPlugins from "@webiny/app-forms/page-builder/site/plugins";
registerPlugins(formsPlugins);2.2.0
7 years ago
2.2.0-next.2
7 years ago
2.2.0-next.0
7 years ago
2.2.0-next.1
7 years ago
2.1.0
7 years ago
2.0.3-next.0
7 years ago
2.0.2
7 years ago
2.0.1
7 years ago
2.0.0
7 years ago
0.1.14
7 years ago
0.1.13
7 years ago
0.1.12
7 years ago
0.1.11
7 years ago
0.1.10
7 years ago
0.1.9
7 years ago
0.1.8
7 years ago
0.1.7
7 years ago
0.1.6
7 years ago
0.1.5
7 years ago
0.1.4
7 years ago
0.1.3
7 years ago
0.1.2
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago