Disable anchor for column and columns blocks
[MAILPOET-3654]
This commit is contained in:
committed by
Veljko V
parent
bd41098e5e
commit
ed9225a8d0
@@ -13,5 +13,9 @@ const settings = {
|
||||
...column.settings,
|
||||
...settingsReset,
|
||||
category: 'design',
|
||||
supports: {
|
||||
...column.metadata.supports,
|
||||
anchor: false,
|
||||
},
|
||||
};
|
||||
export { settings };
|
||||
|
@@ -13,6 +13,10 @@ const settings = {
|
||||
...columns.settings,
|
||||
...settingsReset,
|
||||
category: 'design',
|
||||
supports: {
|
||||
...columns.metadata.supports,
|
||||
anchor: false,
|
||||
},
|
||||
};
|
||||
|
||||
export { settings };
|
||||
|
Reference in New Issue
Block a user