Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.14 KB

Mailpoet Email Editor Demo

This plugin shows a working demo of the MailPoet Email Editor

The main editor package library is split into two packages

Try it out at: WordPress Playground

The Integration files are located at /core

How to use

  • Download this Repo as a zip
  • Upload to the WordPress site
  • Activate the plugin
  • Visit wp-admin/edit.php?post_type=editor_demo_mail, edit the draft post

Development

Note: Ensure you have npm and composer in your system path

  • Run npm install: -> npm install
  • To run the watch server: -> npm run dev. Note: Please update EMAIL_EDITOR_DEMO_USE_DEV_BUILD to true to enusure the editor uses the development files.
  • If you update the php files, and need to update the autoloader -> npm run dev:dump-autoload

You may pull the latests Email editor package from https://github.com/mailpoet/mailpoet/