Disable anchor for column and columns blocks

[MAILPOET-3654]
This commit is contained in:
Rostislav Wolny
2021-08-12 11:30:42 +02:00
committed by Veljko V
parent bd41098e5e
commit ed9225a8d0
2 changed files with 8 additions and 0 deletions

View File

@@ -13,5 +13,9 @@ const settings = {
...column.settings,
...settingsReset,
category: 'design',
supports: {
...column.metadata.supports,
anchor: false,
},
};
export { settings };

View File

@@ -13,6 +13,10 @@ const settings = {
...columns.settings,
...settingsReset,
category: 'design',
supports: {
...columns.metadata.supports,
anchor: false,
},
};
export { settings };