From 05170b5c79f066d3f72ee95fef0783989ca38952 Mon Sep 17 00:00:00 2001
From: Clément Pannetier <35581688+clement-pannetier@users.noreply.github.com>
Date: Fri, 30 Oct 2020 23:43:23 +0000
Subject: [PATCH] Issue 470 | Fix stackbit validation errors (#472)
---
stackbit.yaml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/stackbit.yaml b/stackbit.yaml
index 95351b9..e7f16a1 100644
--- a/stackbit.yaml
+++ b/stackbit.yaml
@@ -153,6 +153,8 @@
name: series
- type: string
name: tag
+ - type: string
+ name: author
basicpage:
type: page
label: Basic Page
@@ -195,6 +197,11 @@
label: Series
items:
type: string
+ - type: list
+ name: authors
+ label: Authors
+ items:
+ type: string
- type: string
name: externalLink
- type: string
--
Gitblit v1.10.0