Remove new labels in options page
This commit is contained in:
parent
1305975af6
commit
e64ee69617
|
@ -92,8 +92,7 @@ export default [
|
||||||
title: "ifChangeSecondLangLabel",
|
title: "ifChangeSecondLangLabel",
|
||||||
captions: ["ifChangeSecondLangOnPageCaptionLabel"],
|
captions: ["ifChangeSecondLangOnPageCaptionLabel"],
|
||||||
type: "checkbox",
|
type: "checkbox",
|
||||||
default: false,
|
default: false
|
||||||
new: true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "disableUrlList",
|
id: "disableUrlList",
|
||||||
|
@ -195,8 +194,7 @@ export default [
|
||||||
name: "bottomLeftLabel",
|
name: "bottomLeftLabel",
|
||||||
value: "bottomLeft"
|
value: "bottomLeft"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
new: true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "buttonOffset",
|
id: "buttonOffset",
|
||||||
|
@ -204,8 +202,7 @@ export default [
|
||||||
captions: [],
|
captions: [],
|
||||||
type: "number",
|
type: "number",
|
||||||
default: 10,
|
default: 10,
|
||||||
placeholder: 10,
|
placeholder: 10
|
||||||
new: true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -260,8 +257,7 @@ export default [
|
||||||
name: "clickedPointLabel",
|
name: "clickedPointLabel",
|
||||||
value: "clickedPoint"
|
value: "clickedPoint"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
new: true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "panelDirection",
|
id: "panelDirection",
|
||||||
|
@ -302,8 +298,7 @@ export default [
|
||||||
name: "bottomLeftLabel",
|
name: "bottomLeftLabel",
|
||||||
value: "bottomLeft"
|
value: "bottomLeft"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
new: true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "panelOffset",
|
id: "panelOffset",
|
||||||
|
@ -311,24 +306,21 @@ export default [
|
||||||
captions: [],
|
captions: [],
|
||||||
type: "number",
|
type: "number",
|
||||||
default: 10,
|
default: 10,
|
||||||
placeholder: 10,
|
placeholder: 10
|
||||||
new: true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "resultFontColor",
|
id: "resultFontColor",
|
||||||
title: "resultFontColorLabel",
|
title: "resultFontColorLabel",
|
||||||
captions: [],
|
captions: [],
|
||||||
type: "color",
|
type: "color",
|
||||||
default: "#000000",
|
default: "#000000"
|
||||||
new: true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "candidateFontColor",
|
id: "candidateFontColor",
|
||||||
title: "candidateFontColorLabel",
|
title: "candidateFontColorLabel",
|
||||||
captions: [],
|
captions: [],
|
||||||
type: "color",
|
type: "color",
|
||||||
default: "#737373",
|
default: "#737373"
|
||||||
new: true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "bgColor",
|
id: "bgColor",
|
||||||
|
@ -349,16 +341,14 @@ export default [
|
||||||
title: "isShowOptionsPageWhenUpdatedLabel",
|
title: "isShowOptionsPageWhenUpdatedLabel",
|
||||||
captions: ["isShowOptionsPageWhenUpdatedCaptionLabel"],
|
captions: ["isShowOptionsPageWhenUpdatedCaptionLabel"],
|
||||||
type: "checkbox",
|
type: "checkbox",
|
||||||
default: true,
|
default: true
|
||||||
new: true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "isDebugMode",
|
id: "isDebugMode",
|
||||||
title: "isDebugModeLabel",
|
title: "isDebugModeLabel",
|
||||||
captions: ["isDebugModeCaptionLabel"],
|
captions: ["isDebugModeCaptionLabel"],
|
||||||
type: "checkbox",
|
type: "checkbox",
|
||||||
default: false,
|
default: false
|
||||||
new: true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue