Remove unnecessary settings in the DEFAULT_SETTINGS constant
These settings are later completely replaced by settings generated from theme.json [MAILPOET-5740]
This commit is contained in:
committed by
Jan Lysý
parent
4b55bb5bb3
commit
89a02fce39
@ -18,18 +18,6 @@ class SettingsController {
|
||||
|
||||
const DEFAULT_SETTINGS = [
|
||||
'enableCustomUnits' => ['px', '%'],
|
||||
'__experimentalFeatures' => [
|
||||
'color' => [
|
||||
'custom' => true,
|
||||
'text' => true,
|
||||
'background' => true,
|
||||
'customGradient' => false,
|
||||
'defaultPalette' => true,
|
||||
'palette' => [
|
||||
'default' => [],
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user