diff --git a/hugo.toml b/hugo.toml index 46890fa..29ae1ef 100644 --- a/hugo.toml +++ b/hugo.toml @@ -115,6 +115,13 @@ label = "Layout" required = false widget = "string" +[params.decap_cms._configs.field_noindex.fields.noindex] +i18n = true +name = "noindex" +label = "Noindex" +widget = "boolean" +required = false + [params.decap_cms._configs.field_series.fields.series] i18n = true name = "series" diff --git a/i18n/en.toml b/i18n/en.toml index 64fb9f2..10a9e1b 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -31,6 +31,9 @@ other = "Keywords" [cms_field_label_layout] other = "Layout" +[cms_field_label_noindex] +other = "Noindex" + [cms_field_label_series] other = "Series" diff --git a/i18n/zh-hans.toml b/i18n/zh-hans.toml index a6c8aa0..5c52bb1 100644 --- a/i18n/zh-hans.toml +++ b/i18n/zh-hans.toml @@ -31,6 +31,9 @@ other = "关键词" [cms_field_label_layout] other = "布局" +[cms_field_label_noindex] +other = "禁止索引" + [cms_field_label_series] other = "专栏" diff --git a/i18n/zh-hant.toml b/i18n/zh-hant.toml index 6f48b8a..65fe315 100644 --- a/i18n/zh-hant.toml +++ b/i18n/zh-hant.toml @@ -31,6 +31,9 @@ other = "關鍵詞" [cms_field_label_layout] other = "佈局" +[cms_field_label_noindex] +other = "禁止索引" + [cms_field_label_series] other = "專欄"