definition.yml 619 B

12345678910111213141516171819
  1. key: plausible
  2. title: Plausible Analytics
  3. description: Simple, open-source, lightweight and privacy-friendly web analytics alternative to Google Analytics.
  4. author: requarks.io
  5. logo: https://cdn.js.wiki/images/3rdparty/plausible.svg
  6. website: https://plausible.io
  7. isAvailable: true
  8. props:
  9. domain:
  10. type: String
  11. title: Domain
  12. hint: The value of the data-domain property
  13. order: 1
  14. plausibleJsSrc:
  15. type: String
  16. default: https://plausible.io/js/plausible.js
  17. title: Plausible JS Script source
  18. hint: The URL of Plausbile Script (only needed when using a self hosted installation)
  19. order: 2