From 1d4b612a4438ba6fcc2271da4e6c66749e8c9c57 Mon Sep 17 00:00:00 2001
From: Alphonse Mariya <alphonse.mariya@hotmail.com>
Date: Fri, 22 Jan 2021 16:39:34 +0000
Subject: [PATCH] Add support for Matomo (formerly Piwik) (#508)
---
stackbit.yaml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/stackbit.yaml b/stackbit.yaml
index 78d9baf..5a95aa3 100644
--- a/stackbit.yaml
+++ b/stackbit.yaml
@@ -139,6 +139,16 @@
- type: string
name: token
label: token for Cloudflare Web Analytics
+ - type: object
+ name: matomo
+ label: Matomo (optional)
+ fields:
+ - type: string
+ name: siteID
+ label: Site ID for Matomo
+ - type: string
+ name: serverURL
+ label: URL for Matomo
- type: object
name: languages
fields:
--
Gitblit v1.10.0