# a8cmail-editor **Repository Path**: mirrors_Automattic/a8cmail-editor ## Basic Information - **Project Name**: a8cmail-editor - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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 * `JS` -> [/packages/js/email-editor](/packages/js/email-editor) * `PHP` -> [/packages/php/email-editor](/packages/php/email-editor) Try it out at: [WordPress Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/triple0t/email-editor-demo/refs/heads/main/blueprint.json) The Integration files are located at [/core](/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/`