magento2-page-builder
magento2-page-builder copied to clipboard
Magento2 PageBuilder
This issue is automatically created based on existing pull request: magento/magento2-page-builder#868: Fixes: Bundle product with only one product in required bundle option not being added to cart with bundle option...
## Story As a marketer I want to have more options out of the box to style CTAs depending on the context where they are in "so that" I don't...
I'd like to propose adding lazyloading to images in Page builder. This is a feature I would be willing to add and make a PR for but I'd like to...
This issue is automatically created based on existing pull request: magento/magento2-page-builder#869: Fix finding child content-type elements in stage-builder --------- ### Description (*) Fixes a bug whereby child content-type elements will...
### Description We encountered a scenario where missing HTML elements in Page Builder led to runtime errors due to direct calls to `setAttribute`. To address this, we added an existence...
### Description (*) The purpose of this pull request is to add a new "slide" component appearance called "container" as requested inside issue #384 This new appearance allow the user...
### Preconditions (*) 1. 2. ### Steps to reproduce (*) 1. 2. ### Expected result (*) 1. [Screenshots, logs or description] 2. ### Actual result (*) 1. [Screenshots, logs or...
### Preconditions (*) 1. Magento 2.4.7-p4 2. page builder v-1.7.5-beta1 3. page builder v-1.7.5-beta2 ### Description (*) When adding a Product Slider through Page Builder and selecting the Product Carousel...
**Preconditions (*)** Tested on this versions: 1. Magento 2.4.7-p4 2. page builder v-1.7.5-beta1 3. page builder v-1.7.5-beta2 **Description (*)** When adding a Product Slider through Page Builder and selecting the...
### Description (*) This is just some minor cleanup. We called a method that didn't return anything (void) and then used that result value. Which is really not needed. Found...