Skip to content

netz98/magento2-vsbridge-pagebuilder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PageBuilder addon for Vue Storefront & Magento 2

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.3%
  • HTML 0.7%