magento2-page-builder
magento2-page-builder copied to clipboard
Magento2 PageBuilder
### Description (*) currently, you can specify the breakpoints and number of images in a carousel in the view.xml of your theme, (by extending the vars from the module's view.xml)...
### Preconditions (*) 1.Magento 2.4.5 2. Page Builder 1.7.2 ### Steps to reproduce (*) 1. Content, Pages, Home, edit Now preview only html code 2. ### Expected result (*) 1....
Can you do me a avor checking this issue, this has been open since August. Everything has been explained at: https://github.com/magento/magento2/issues/35978#issuecomment-1310139805 ThanK you ### Preconditions (*) 1. 2. ### Steps...
When using Content Type Image and using a mobile and desktop image both images are loaded by the browser. It should only load the image you see. The template is...
### Description (*) As a user I can easily add a Magento [CMS Widget](https://docs.magento.com/user-guide/cms/widgets.html) via PageBuilder Panel Menu. ### Expected behavior (*) Users should be able to add a CMS...
Please remove `//# sourceMappingURL=` form generated JS Files or add the map files. Because it leads to the following behavior: When I use my DevTools tons of errors like: `DevTools...
### Description (*) Applying page builder templates shouldn't be replacing the current content and it would be more useful if it appended the template to the content. For the time...
vimeo js is missing from the current package and throws an error. ### Preconditions (*) Magento 2.4.4 ### Steps to reproduce (*) go to any page and throws js error...
### Description (*) ### Task A layout file was added in page_layout so the fallback mechanism not working as expected. usually, this not identify in normal cases but if we...
this row below does not allow to override the layout columns of product list in a custom theme. https://github.com/magento/magento2-page-builder/blob/262b3d5db215ba8585bd8ad0edfdb4e177744251/app/code/Magento/PageBuilder/view/frontend/page_layout/catalog_category_view.xml#L8 It always stands still with 2 columns. Is there a reason...