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.
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.
-
Copy the
Example
directory into your Magento installation'sapp/code
directory, as shown here: -
Enable the modules using the following command:
bin/magento setup:upgrade
-
Navigate to a Page Builder instance to ensure the example content types appear in the Page Builder panel as shown here:
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.