feat: add Plausible Analytics module
This commit is contained in:
parent
f4d9fd43f0
commit
87fcfca6d7
2
server/modules/analytics/plausible/code.yml
Normal file
2
server/modules/analytics/plausible/code.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
head: |
|
||||||
|
<script defer data-domain="{{domain}}" src="https://plausible.io/js/plausible.js"></script>
|
13
server/modules/analytics/plausible/definition.yml
Normal file
13
server/modules/analytics/plausible/definition.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
key: plausible
|
||||||
|
title: Plausible Analytics
|
||||||
|
description: Simple, open-source, lightweight and privacy-friendly web analytics alternative to Google Analytics.
|
||||||
|
author: requarks.io
|
||||||
|
logo: https://cdn.js.wiki/images/3rdparty/plausible.svg
|
||||||
|
website: https://plausible.io
|
||||||
|
isAvailable: true
|
||||||
|
props:
|
||||||
|
domain:
|
||||||
|
type: String
|
||||||
|
title: Domain
|
||||||
|
hint: The value of the data-domain property
|
||||||
|
order: 1
|
Loading…
Reference in New Issue
Block a user