mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Issue 470 | Fix stackbit validation errors (#472)
This commit is contained in:
committed by
GitHub
parent
efe0b6e092
commit
05170b5c79
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user