Files
piratepoet/mailpoet/lib/EmailEditor
Jan Lysý 7fac0e019f Remove line-height CSS styles
Because the line height setting makes the rendered email not look good sometimes.
For now we decided to remove it.
[MAILPOET-5809]
2024-02-19 11:18:58 +01:00
..
2024-02-15 10:43:46 +01:00
2023-08-24 15:44:34 +02:00

MailPoet Email Editor

This folder contains the code for the MailPoet Email Editor. We aim to extract the engine as an independent library, so it can be used in other projects. As we are still in an exploration phase we keep it together with the MailPoet codebase.

Development

Bot PHP and JS code are divided into engine and integrations subdirectories. Anything MailPoet specific is in the integrations/MailPoet folder.

For the core stuff that goes to the engine folder, avoid using other MailPoet-specific services and modules. The code in the Engine folder should work only with WP code or other stuff from the engine.