add front-comments
This commit is contained in:
parent
c3ea78cab5
commit
c9f4af7e58
53 changed files with 2921 additions and 1 deletions
26
site/plugins/front-comments/composer.json
Executable file
26
site/plugins/front-comments/composer.json
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "adrienpayet/front-comments",
|
||||
"description": "Kirby plugin for adding comments anywhere in front-end pages.",
|
||||
"license": "MIT",
|
||||
"type": "kirby-plugin",
|
||||
"version": "0.11.2",
|
||||
"homepage": "https://framagit.org/isUnknown/kirby-front-comments",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Adrien Payet",
|
||||
"email": "adrien.payet@outlook.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"getkirby/composer-installer": "^1.1"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"getkirby/composer-installer": true
|
||||
},
|
||||
"preferred-install": "dist"
|
||||
},
|
||||
"extra": {
|
||||
"installer-name": "front-comments"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue