https://github.com/mautic/grapesjscustompluginbundle
https://github.com/mautic/grapesjscustompluginbundle
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mautic/grapesjscustompluginbundle
- Owner: mautic
- Created: 2024-06-13T13:52:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-30T15:55:44.000Z (over 1 year ago)
- Last Synced: 2025-05-09T02:33:07.833Z (8 months ago)
- Language: PHP
- Size: 608 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GrapesJsCustomPluginBundle
## About the demo-plugin
This is a Mautic-Plugin to demonstrate how [3rd party](https://gjs.market/) or custom GrapesJS plugins can be added to Mautic's editor.
You can use this plugin as skeleton to start extending and customizing the GrapeJS editor for your needs.
## Usage
Basically any plugin bundle is able to add custom GrapesJS plugins using a global `window`-object for the registration.
Read how to do so in the official developer docs: [Creating a Plugin for GrapesJS](https://devdocs.mautic.org/en/5.x/themes/grapesjs.html#creating-a-plugin-for-grapesjs).