Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.16 KB

File metadata and controls

27 lines (16 loc) · 1.16 KB

Banner Appearance

This example module shows you how to customize the existing Banner content type, as described in the documentation topic Add appearances.

Installation

These steps assume you have already cloned the pagebuilder-examples repo to the root of your Magento instance, as described in Installing the example modules:

  1. Navigate to to the app/code/ directory and create a symlink using the following command:

    ln -s ../../pagebuilder-examples/BannerApp
  2. From the Magento root directory, run the setup:upgrade command to install and enable the module:

    bin/magento setup:upgrade

Author

Bruce Denham. Contact us on the Slack #pagebuilder channel for questions specific to this example.

Feedback

We encourage and welcome you to help us keep these examples current by submitting Issues and Pull Requests. We also welcome your feedback and ideas on other code examples you would like to see added to this repo.