From 8a457885b2c2a382975546bc2ce3f6e790ab591d Mon Sep 17 00:00:00 2001 From: isUnknown Date: Sat, 9 Mar 2024 11:29:48 +0100 Subject: [PATCH] add front-comments plugin --- composer.json | 3 ++- composer.lock | 31 ++++++++++++++++++++++++++++++- site/plugins/front-comments | 1 + 3 files changed, 33 insertions(+), 2 deletions(-) create mode 160000 site/plugins/front-comments diff --git a/composer.json b/composer.json index b490cfa..6f794bb 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,8 @@ }, "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "getkirby/cms": "^4.0" + "getkirby/cms": "^4.0", + "adrienpayet/front-comments": "^0.8.2" }, "config": { "allow-plugins": { diff --git a/composer.lock b/composer.lock index fe8d746..92984c0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,37 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "749a661738bcd5b9428c88a1da847bc7", + "content-hash": "9740251b02e150964c114e2f27c45d5b", "packages": [ + { + "name": "adrienpayet/front-comments", + "version": "0.8.2", + "source": { + "type": "git", + "url": "https://framagit.org/isUnknown/kirby-front-comments", + "reference": "d1a5d28580d8705f80460197fbd0be77039a5e47" + }, + "require": { + "getkirby/composer-installer": "^1.1" + }, + "type": "kirby-plugin", + "extra": { + "installer-name": "front-comments" + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrien Payet", + "email": "adrien.payet@outlook.com" + } + ], + "description": "Kirby plugin for adding comments anywhere in front-end pages.", + "homepage": "https://framagit.org/isUnknown/kirby-front-comments", + "time": "2024-03-08T10:29:48+00:00" + }, { "name": "christian-riesen/base32", "version": "1.6.0", diff --git a/site/plugins/front-comments b/site/plugins/front-comments new file mode 160000 index 0000000..d1a5d28 --- /dev/null +++ b/site/plugins/front-comments @@ -0,0 +1 @@ +Subproject commit d1a5d28580d8705f80460197fbd0be77039a5e47