Add new label to second lang option

This commit is contained in:
sienori 2019-02-23 21:01:53 +09:00
parent c0f5b5595b
commit 24a1291e52

View file

@ -92,7 +92,8 @@ export default [
title: "ifChangeSecondLangLabel", title: "ifChangeSecondLangLabel",
captions: ["ifChangeSecondLangOnPageCaptionLabel"], captions: ["ifChangeSecondLangOnPageCaptionLabel"],
type: "checkbox", type: "checkbox",
default: false default: false,
new: true
} }
] ]
}, },