Enable blocks and register dummy button/buttons renderers
[MAILPOET-5644]
This commit is contained in:
committed by
Jan Lysý
parent
dec3020cd2
commit
3a74c1c4a0
@ -5,6 +5,8 @@ namespace MailPoet\EmailEditor\Engine;
|
||||
class SettingsController {
|
||||
|
||||
const ALLOWED_BLOCK_TYPES = [
|
||||
'core/button',
|
||||
'core/buttons',
|
||||
'core/paragraph',
|
||||
'core/heading',
|
||||
'core/column',
|
||||
|
Reference in New Issue
Block a user