Remove new labels
This commit is contained in:
parent
b31839154c
commit
9d540c4d37
|
@ -146,8 +146,7 @@ export default [
|
||||||
title: "isDisabledInCodeElementLabel",
|
title: "isDisabledInCodeElementLabel",
|
||||||
captions: ["isDisabledInCodeElementCaptionLabel"],
|
captions: ["isDisabledInCodeElementCaptionLabel"],
|
||||||
type: "checkbox",
|
type: "checkbox",
|
||||||
default: false,
|
default: false
|
||||||
new: true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "ignoredDocumentLang",
|
id: "ignoredDocumentLang",
|
||||||
|
@ -155,8 +154,7 @@ export default [
|
||||||
captions: ["ignoredDocumentLangCaptionLabel"],
|
captions: ["ignoredDocumentLangCaptionLabel"],
|
||||||
type: "text",
|
type: "text",
|
||||||
default: "",
|
default: "",
|
||||||
placeholder: "en, ru, zh",
|
placeholder: "en, ru, zh"
|
||||||
new: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "disableUrlList",
|
id: "disableUrlList",
|
||||||
|
|
Loading…
Reference in a new issue