Unverified Commit 802dbd96 authored by cybrwshl's avatar cybrwshl Committed by GitHub

feat: extends plausible analytics to support self hosted installations (#4824)

parent 43cc114f
head: | head: |
<script defer data-domain="{{domain}}" src="https://plausible.io/js/plausible.js"></script> <script defer data-domain="{{domain}}" src="{{plausibleJsSrc}}"></script>
...@@ -11,3 +11,9 @@ props: ...@@ -11,3 +11,9 @@ props:
title: Domain title: Domain
hint: The value of the data-domain property hint: The value of the data-domain property
order: 1 order: 1
plausibleJsSrc:
type: String
default: https://plausible.io/js/plausible.js
title: Plausible JS Script source
hint: The URL of Plausbile Script (only needed when using a self hosted installation)
order: 2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment