From ca2bcb100a87479b99e9442422e84eb15c41eff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pannetier?= <35581688+clement-pannetier@users.noreply.github.com> Date: Fri, 16 Oct 2020 20:45:58 +0200 Subject: [PATCH] Issue #438 | Fix stackbit validation errors (#440) --- exampleSite/config.toml | 1 - stackbit.yaml | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 @@ disqusShortname = "yourdiscussshortname" [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 @@ models: name: customSCSS - type: list name: customJS + - type: boolean + name: enableTwemoji - type: list name: social label: Social Media Icons @@ -128,6 +130,13 @@ models: - 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: