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:
Rostislav Wolny
2024-01-17 16:19:55 +01:00
committed by Jan Lysý
parent 4b55bb5bb3
commit 89a02fce39

View File

@ -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' => [],
],
],
],
];
/**