Skip to content

Fully functional Page Builder modules for you to download and install to learn by example.

Notifications You must be signed in to change notification settings

zanilee/pagebuilder-examples

 
 

Repository files navigation

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.

About

Fully functional Page Builder modules for you to download and install to learn by example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.6%
  • HTML 43.3%
  • CSS 11.7%
  • PHP 1.4%