From 05170b5c79f066d3f72ee95fef0783989ca38952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pannetier?= <35581688+clement-pannetier@users.noreply.github.com> Date: Sat, 31 Oct 2020 00:43:23 +0100 Subject: [PATCH] Issue 470 | Fix stackbit validation errors (#472) --- stackbit.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stackbit.yaml b/stackbit.yaml index 95351b9..e7f16a1 100644 --- a/stackbit.yaml +++ b/stackbit.yaml @@ -153,6 +153,8 @@ models: name: series - type: string name: tag + - type: string + name: author basicpage: type: page label: Basic Page @@ -195,6 +197,11 @@ models: label: Series items: type: string + - type: list + name: authors + label: Authors + items: + type: string - type: string name: externalLink - type: string