Remove new labels

This commit is contained in:
sienori 2021-04-06 16:16:38 +09:00
parent b31839154c
commit 9d540c4d37

View file

@ -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",