Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.28 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.28 KB

Page Builder Examples

This repo is a collection of Page Builder content type modules created to teach you how Page Builder content types work. The examples will help you learn by example, and teach you best practices for developing custom Page Builder modules.

NOTE: The code examples included in this repository are only compatible with Magento 2.3.1 with Page Builder 1.0.0 installed.

Installation

Assuming you have Page Builder 1.0.0 already installed and activated, you can install these example modules as you do any other Magento module.

  1. Copy the Example directory into your Magento installation's app/code directory, as shown here:

    Examples installation directory
  2. Enable the modules using the following command:

    bin/magento setup:upgrade
  3. Navigate to a Page Builder instance to ensure the example content types appear in the Page Builder panel as shown here:

    Content type examples shown in panel

Contributing

You are welcome to submit PRs to help us improve and/or update these Page Builder examples. We also welcome your feedback and ideas about creating other code examples to add to this repo.