Issue 470 | Fix stackbit validation errors (#472)

This commit is contained in:
Clément Pannetier
2020-10-31 00:43:23 +01:00
committed by GitHub
parent efe0b6e092
commit 05170b5c79

View File

@@ -153,6 +153,8 @@ models:
name: series name: series
- type: string - type: string
name: tag name: tag
- type: string
name: author
basicpage: basicpage:
type: page type: page
label: Basic Page label: Basic Page
@@ -195,6 +197,11 @@ models:
label: Series label: Series
items: items:
type: string type: string
- type: list
name: authors
label: Authors
items:
type: string
- type: string - type: string
name: externalLink name: externalLink
- type: string - type: string