From ca2bcb100a87479b99e9442422e84eb15c41eff2 Mon Sep 17 00:00:00 2001
From: Clément Pannetier <35581688+clement-pannetier@users.noreply.github.com>
Date: Fri, 16 Oct 2020 18:45:58 +0000
Subject: [PATCH] Issue #438 | Fix stackbit validation errors (#440)

---
 stackbit.yaml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/stackbit.yaml b/stackbit.yaml
index a7dd3ed..95351b9 100644
--- a/stackbit.yaml
+++ b/stackbit.yaml
@@ -84,6 +84,8 @@
             name: customSCSS
           - type: list
             name: customJS
+          - type: boolean
+            name: enableTwemoji
           - type: list
             name: social
             label: Social Media Icons
@@ -128,6 +130,13 @@
               - type: string
                 name: serverURL
                 label: URL for Plausible Analytics
+          - type: object
+            name: goatCounter
+            label: Goat Counter (optional)
+            fields:
+              - type: string
+                name: code
+                label: URL for Goat Counter
       - type: object
         name: languages
         fields:

--
Gitblit v1.10.0