Enable blocks and register dummy button/buttons renderers

[MAILPOET-5644]
This commit is contained in:
Rostislav Wolny
2023-11-13 14:06:55 +04:00
committed by Jan Lysý
parent dec3020cd2
commit 3a74c1c4a0
4 changed files with 28 additions and 0 deletions

View File

@ -5,6 +5,8 @@ namespace MailPoet\EmailEditor\Engine;
class SettingsController {
const ALLOWED_BLOCK_TYPES = [
'core/button',
'core/buttons',
'core/paragraph',
'core/heading',
'core/column',