Skip to content

Commit

Permalink
New plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
skyslasher committed Jan 22, 2021
1 parent 185e3ca commit df9e8fc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This is a plugin for plugin developers. It empowers them to create plugins for the Mosaico
e-mail editor for CiviCRM.
It is one of the successors of the
[Wordpress integration for CiviMail with Mosaico plugin](https://github.com/skyslasher/de.ergomation.wp-civi-mosaico)
that is now split into three separate plugins:
* CiviCRM Mosaico Plugin Interface (this plugin)
* CiviCRM Flexmailer Embed Images
* WordPress CivCRM Mosaico Integration (in the works)

A new hook `hook_civicrm_mosaicoPlugins` is introduced to insert/modify Mosaico configuration and/or Mosaico plugins.

The hook function receives an array with the following structure (with sample payload):
Expand Down Expand Up @@ -63,7 +70,7 @@ cv en civi_mosaico_plugininterface

## Getting Started

Use the hook in a plugin
Use the hook in a plugin.

## Known Issues

Expand Down

0 comments on commit df9e8fc

Please sign in to comment.