n98 / magento2-vsbridge-pagebuilder
Support for pagebuilder for magento2-vsbridge-indexer
Installs: 2 248
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 7
Type:magento2-module
Requires
- php: ~7.4|~8.1
- ext-dom: *
- ext-json: *
- ext-libxml: *
- ext-mbstring: *
- divante/magento2-vsbridge-indexer: >=1.1.0
This package is auto-updated.
Last update: 2024-11-07 17:32:40 UTC
README
Overview
Addition for divante/magento2-vsbridge-indexer module. It will convert content build with PageBuilder to json structure: cms page, cms block and product/category attribute build with pagebuilder (e.g. description)
Supported items
- Layout
- rows
- columns
- tabs
- Elements
- text
- heading
- buttons
- divider
- html code
- Media
- Image
- Video
- Banner
- Slider
- Add Content
- Block
- Products
Examples:
You can check how html content will be converted to json structure here: examples
Requirements
divante/magento2-vsbridge-indexer
>= 1.1.0- Magento Commerce with PageBuilder installed and enabled in configuration
Installation
composer config repositories.divante_pagebuilder vcs https://github.com/DivanteLtd/magento2-vsbridge-pagebuilder composer require divante/magento2-vsbridge-pagebuilder
If you already used divante/magento2-vsbridge-indexer
you will have to delete all indices previously created by this module.
There will be new mapping for fields in ES.