Remove new labels
This commit is contained in:
parent
9e90480e3d
commit
8abc96b62d
|
@ -308,7 +308,6 @@ export default [
|
||||||
captions: ["pageTranslationOpenToCaptionLabel"],
|
captions: ["pageTranslationOpenToCaptionLabel"],
|
||||||
type: "select",
|
type: "select",
|
||||||
default: "newTab",
|
default: "newTab",
|
||||||
new: true,
|
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: "newTabLabel",
|
name: "newTabLabel",
|
||||||
|
@ -331,7 +330,6 @@ export default [
|
||||||
captions: ["themeCaptionLabel"],
|
captions: ["themeCaptionLabel"],
|
||||||
type: "select",
|
type: "select",
|
||||||
default: 'system',
|
default: 'system',
|
||||||
new: true,
|
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: "lightLabel",
|
name: "lightLabel",
|
||||||
|
@ -519,7 +517,6 @@ export default [
|
||||||
title: "isOverrideColorsLabel",
|
title: "isOverrideColorsLabel",
|
||||||
captions: [],
|
captions: [],
|
||||||
type: "checkbox",
|
type: "checkbox",
|
||||||
new: true,
|
|
||||||
default: false
|
default: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue