New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@webiny/api-page-builder

Package Overview
Dependencies
Maintainers
1
Versions
679
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/api-page-builder

The API for the Webiny Page Builder (webiny-app-page-builder) app.

latest
Source
npmnpm
Version
5.44.0
Version published
Weekly downloads
1.5K
566.52%
Maintainers
1
Weekly downloads
 
Created
Source

@webiny/api-page-builder

code style: prettier PRs Welcome

The API for the Webiny Page Builder (@webiny/app-page-builder) app.

Install

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

Or if you prefer yarn:

yarn add @webiny/api-page-builder

For developers

Page Builder Installation Files

This package must be deployed via the @webiny/serverless-page-builder component, because the Page Builder installation process relies on the installation ZIP file that will be upladed by the component. This ZIP file is located at components/serverless-page-builder/installation/page_builder_installation_files.zip.

page_builder_installation_files.zip

This file contains initial database data and phyiscal files - images, used on initial pages and page elements. Once unzipped, you will get the following folder structure:

├── data
└── images
    ├── elements
    │   └── images
    └── pages
        └── images

In the data folder, you will find JSON files, which represent initial data that will be inserted into the database in the Page Builder installation process (pages, page elements, categories and menus).

The images folder contains all of the images.

Testing

To test the package with certain storage operations attached check that storage oprations package for instructions.

Keywords

pb:base

FAQs

Package last updated on 15 Jan 2026

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