add front-comments plugin
This commit is contained in:
parent
24e90ff3ad
commit
8a457885b2
3 changed files with 33 additions and 2 deletions
|
|
@ -23,7 +23,8 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
|
"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": {
|
"config": {
|
||||||
"allow-plugins": {
|
"allow-plugins": {
|
||||||
|
|
|
||||||
31
composer.lock
generated
31
composer.lock
generated
|
|
@ -4,8 +4,37 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "749a661738bcd5b9428c88a1da847bc7",
|
"content-hash": "9740251b02e150964c114e2f27c45d5b",
|
||||||
"packages": [
|
"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",
|
"name": "christian-riesen/base32",
|
||||||
"version": "1.6.0",
|
"version": "1.6.0",
|
||||||
|
|
|
||||||
1
site/plugins/front-comments
Submodule
1
site/plugins/front-comments
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d1a5d28580d8705f80460197fbd0be77039a5e47
|
||||||
Loading…
Add table
Add a link
Reference in a new issue