mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Fix Stackbit import (#292)
* fix stackbit import * addition to contributors
This commit is contained in:
committed by
GitHub
parent
5a10cb7e6c
commit
acb4bf6f2d
@@ -63,3 +63,4 @@
|
|||||||
- [Glenn Feunteun](https://github.com/gfeun)
|
- [Glenn Feunteun](https://github.com/gfeun)
|
||||||
- [Santiago González](https://github.com/netrules)
|
- [Santiago González](https://github.com/netrules)
|
||||||
- [Codruț Constantin Gușoi](https://www.sdwolfz.pro)
|
- [Codruț Constantin Gușoi](https://www.sdwolfz.pro)
|
||||||
|
- [Clément Pannetier](https://clementpannetier.dev)
|
||||||
|
|||||||
@@ -56,6 +56,8 @@ models:
|
|||||||
name: info
|
name: info
|
||||||
- type: string
|
- type: string
|
||||||
name: avatarurl
|
name: avatarurl
|
||||||
|
- type: boolean
|
||||||
|
name: hideFooter
|
||||||
- type: string
|
- type: string
|
||||||
name: footercontent
|
name: footercontent
|
||||||
- type: string
|
- type: string
|
||||||
@@ -186,6 +188,14 @@ models:
|
|||||||
name: featured_image
|
name: featured_image
|
||||||
label: Featured Image
|
label: Featured Image
|
||||||
description: Image featured in post display
|
description: Image featured in post display
|
||||||
|
snippets:
|
||||||
|
type: page
|
||||||
|
label: Snippets
|
||||||
|
folder: snippets
|
||||||
|
fields:
|
||||||
|
- type: string
|
||||||
|
name: title
|
||||||
|
label: Title
|
||||||
language_config:
|
language_config:
|
||||||
type: object
|
type: object
|
||||||
label: Language Config
|
label: Language Config
|
||||||
|
|||||||
Reference in New Issue
Block a user