|
@@ -207,7 +207,6 @@ export const CONFIG_KEYS = [
|
|
|
'customize:highlightJsStyle',
|
|
'customize:highlightJsStyle',
|
|
|
'customize:highlightJsStyleBorder',
|
|
'customize:highlightJsStyleBorder',
|
|
|
'customize:theme',
|
|
'customize:theme',
|
|
|
- 'customize:theme:forcedColorScheme',
|
|
|
|
|
'customize:isContainerFluid',
|
|
'customize:isContainerFluid',
|
|
|
'customize:isEnabledTimeline',
|
|
'customize:isEnabledTimeline',
|
|
|
'customize:isEnabledAttachTitleHeader',
|
|
'customize:isEnabledAttachTitleHeader',
|
|
@@ -939,9 +938,6 @@ export const CONFIG_DEFINITIONS = {
|
|
|
'customize:theme': defineConfig<string>({
|
|
'customize:theme': defineConfig<string>({
|
|
|
defaultValue: 'default',
|
|
defaultValue: 'default',
|
|
|
}),
|
|
}),
|
|
|
- 'customize:theme:forcedColorScheme': defineConfig<string | null>({
|
|
|
|
|
- defaultValue: null,
|
|
|
|
|
- }),
|
|
|
|
|
'customize:isContainerFluid': defineConfig<boolean>({
|
|
'customize:isContainerFluid': defineConfig<boolean>({
|
|
|
defaultValue: false,
|
|
defaultValue: false,
|
|
|
}),
|
|
}),
|