From acb4bf6f2dcce51a27dc0e1f1008afb369d378d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pannetier?= <35581688+clement-pannetier@users.noreply.github.com> Date: Thu, 2 Apr 2020 20:57:20 +0200 Subject: [PATCH] Fix Stackbit import (#292) * fix stackbit import * addition to contributors --- CONTRIBUTORS.md | 1 + stackbit.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 7b0b26e..2254e57 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -63,3 +63,4 @@ - [Glenn Feunteun](https://github.com/gfeun) - [Santiago González](https://github.com/netrules) - [Codruț Constantin Gușoi](https://www.sdwolfz.pro) +- [Clément Pannetier](https://clementpannetier.dev) diff --git a/stackbit.yaml b/stackbit.yaml index 6a4bfbd..dd3592f 100644 --- a/stackbit.yaml +++ b/stackbit.yaml @@ -56,6 +56,8 @@ models: name: info - type: string name: avatarurl + - type: boolean + name: hideFooter - type: string name: footercontent - type: string @@ -186,6 +188,14 @@ models: name: featured_image label: Featured Image description: Image featured in post display + snippets: + type: page + label: Snippets + folder: snippets + fields: + - type: string + name: title + label: Title language_config: type: object label: Language Config