diff --git a/config.yml b/config.yml index f4e9773f..a040dc48 100644 --- a/config.yml +++ b/config.yml @@ -218,10 +218,12 @@ collections: name: "button_text" widget: "string" i18n: true + required: false - label: "Button url" name: "button_url" widget: "string" i18n: true + required: false - label: "FAQ groups" name: "faqgroups" widget: list @@ -1471,6 +1473,7 @@ collections: search_fields: ["title", "case.caseid"] value_field: "/newsroom/articles/{{slug}}" display_fields: ["title", "case.caseid"] + required: false multiple: true # BLOCK: Our mission ##################################################### diff --git a/development/config-dev.yml b/development/config-dev.yml index 335a303f..a509770b 100644 --- a/development/config-dev.yml +++ b/development/config-dev.yml @@ -218,10 +218,12 @@ collections: name: "button_text" widget: "string" i18n: true + required: false - label: "Button url" name: "button_url" widget: "string" i18n: true + required: false - label: "FAQ groups" name: "faqgroups" widget: list @@ -1471,6 +1473,7 @@ collections: search_fields: ["title", "case.caseid"] value_field: "/newsroom/articles/{{slug}}" display_fields: ["title", "case.caseid"] + required: false multiple: true # BLOCK: Our mission ##################################################### diff --git a/staging/config-staging.yml b/staging/config-staging.yml index b7709c7d..e0b0ea83 100644 --- a/staging/config-staging.yml +++ b/staging/config-staging.yml @@ -218,10 +218,12 @@ collections: name: "button_text" widget: "string" i18n: true + required: false - label: "Button url" name: "button_url" widget: "string" i18n: true + required: false - label: "FAQ groups" name: "faqgroups" widget: list @@ -1472,6 +1474,7 @@ collections: search_fields: ["title", "case.caseid"] value_field: "/newsroom/articles/{{slug}}" display_fields: ["title", "case.caseid"] + required: false multiple: true # BLOCK: Our mission #####################################################