From e1eddc534f7811d7285767776cd0b3b0ee921a7b Mon Sep 17 00:00:00 2001 From: aloxe Date: Thu, 19 Dec 2024 21:09:13 +0100 Subject: [PATCH] add optional fields in config --- src/_assets/public/admin/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/_assets/public/admin/config.yml b/src/_assets/public/admin/config.yml index 9d4d35d..2a86086 100644 --- a/src/_assets/public/admin/config.yml +++ b/src/_assets/public/admin/config.yml @@ -36,6 +36,7 @@ collections: - label: "subtitle" name: "subtitle" widget: "string" + required: false - label: "Body" name: "body" widget: "markdown" @@ -57,9 +58,11 @@ collections: - label: "subtitle" name: "subtitle" widget: "string" + required: false - label: "description" name: "description" widget: "string" + required: false - label: "Body" name: "body" widget: "markdown"