@webiny/app-page-builder
TypeScript icon, indicating that this package has built-in type declarations

5.39.5 • Public • Published

@webiny/app-page-builder

code style: prettier PRs Welcome

Enables Webiny Page Builder in the Admin area and on your site.

Use together with @webiny/api-page-builder package.

Install

npm install --save @webiny/app-page-builder

Or if you prefer yarn:

yarn add @webiny/app-page-builder

Setup

To setup, you must register a set of plugins. For more information on plugins, please visit Webiny documentation.

Admin

import { plugins } from "@webiny/plugins";
import pageBuilderPlugins from "@webiny/app-page-builder/admin/plugins";

plugins.register(pageBuilderPlugins);

Note that, once deployed, when you open your Admin interface for the first time, you will be prompted with a short installation wizard.

Site

import { plugins } from "@webiny/plugins";
import pageBuilderPlugins from "@webiny/app-page-builder/site/plugins";

plugins.register(pageBuilderPlugins);

Readme

Keywords

none

Package Sidebar

Install

npm i @webiny/app-page-builder

Weekly Downloads

339

Version

5.39.5

License

MIT

Unpacked Size

6.41 MB

Total Files

2964

Last publish

Collaborators

  • webiny