cbenco/pimcore-pagebuilder-bundle

a pagebuilder using grapesjs for pimcore

Installs: 33

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 4

Forks: 0

Open Issues: 6

Language:JavaScript

Type:pimcore-bundle

1.0.5 2020-08-24 19:26 UTC

This package is auto-updated.

Last update: 2024-04-25 04:49:29 UTC


README

This is currently a Work in Progress but already functional implementation of a page builder for Pimcore.

Installation: composer require cbenco/pimcore-pagebuilder-bundle

The pagebuilder contains a bootstrap-plugin. In the future, the components should be either standalone or based entirely on tailwindcss.
It contains an example area-brick, which currently looks like this: Backend Layout

and renders it to the frontend:

Frontend Layout

Next Todos:

  • (WIP) replacing GrapeJs-Richtext-Editor with PimCore's CKEDITOR
  • Supporting drag'n'drop of assets
  • Supporting upload of videos (currently only images are supported)
  • Adding support for registered Area-Bricks
  • Functional/Selenium-Tests
  • Replace bootstrap components with custom components