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)

---
 exampleSite/config.toml |    1 -
 stackbit.yaml           |    9 +++++++++
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5aa32b2..976a514 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -145,7 +145,6 @@
 
     [languages.pt-br]
         languagename = "Português"
-        languageinitials = "BR"
         title = "João Ninguém"
 
         [languages.pt-br.params]
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