From 30a8c5d46cecd8c90cdab2057edc2322c671ea0f Mon Sep 17 00:00:00 2001 From: magdev Date: Sun, 13 Jul 2025 10:36:58 +0200 Subject: [PATCH] added links to repo and a better plugin description --- blueprints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/blueprints.yaml b/blueprints.yaml index 44e2623..358387a 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -2,13 +2,16 @@ name: Listmonk slug: listmonk type: plugin version: 0.1.0 -description: Listmonk integration for GravCMS +description: Listmonk integration for GravCMS. Currently only adding subscribers to lists is implemented. Sending transactional emails are coming soon. icon: circle-o author: name: magdev email: magdev3.0@gmail.com keywords: grav, plugin, email, listmonk, newsletter license: MIT +homepage: https://src.bundespruefstelle.ch/magdev/grav-plugin-listmonk +bugs: https://src.bundespruefstelle.ch/magdev/grav-plugin-listmonk/issues + dependencies: - { name: grav, version: '>=1.7.0' }