ccerda0520/page-builder-enhancements

A Magento 2 module that adds features on top of the page builder module.

Installs: 16 905

Dependents: 0

Suggesters: 0

Security: 0

Stars: 10

Watchers: 4

Forks: 0

Open Issues: 0

Language:JavaScript

Type:magento2-module

1.1.0 2021-05-26 05:41 UTC

This package is auto-updated.

Last update: 2025-05-26 14:08:04 UTC


README

A Magento 2 module that adds features on top of the page builder module.

Description

This module introduces features to the Magento/Adobe Commerce Page Builder module.

Installation Instructions

Install using composer

composer require ccerda0520/page-builder-enhancements
php bin/magento module:enable ComponentBasedCarlos_PageBuilderEnhancements
php bin/magento setup:upgrade

Features

  • As of Magento 2.4.2, the concept of Viewports was introduced where a user can now control element values on different screen breakpoints, making it much simpler to style components for mobile screens. As of the creation of this module, the amount of elements that take advantage of this feature are low. This module adds the ability to control margin/padding values on the "mobile" viewport/breakpoint for the following elements.
    • Banner
    • Buttons
    • Button Item
    • Column
    • Heading
    • Html
    • Image
    • Row
    • Slider
    • Slide
    • Tabs
    • Tab Item
    • Text
    • Video