Remove html support, we don't support that

[MAILPOET-2614]
This commit is contained in:
Pavel Dohnal
2020-03-23 10:01:48 +01:00
committed by Veljko V
parent 9ffd442653
commit 68ad8a72c0
2 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ const settings = {
...heading.settings,
...settingsReset,
category: 'layout',
supports: {
...heading.supports,
html: false,
},
};
export { settings };

View File

@@ -13,6 +13,10 @@ const settings = {
...paragraph.settings,
...settingsReset,
category: 'layout',
supports: {
...paragraph.supports,
html: false,
},
};
export { settings };