create comment classes
This commit is contained in:
parent
cd1f065962
commit
f5ffe312e2
8 changed files with 246 additions and 63 deletions
24
public/site/plugins/comments/composer.json
Normal file
24
public/site/plugins/comments/composer.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "adrienpayet/kirby4-comments",
|
||||
"description": "Enable comment.",
|
||||
"license": "MIT",
|
||||
"type": "kirby-plugin",
|
||||
"version": "0.0.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Adrien Payet",
|
||||
"email": "contact@adrien-payet.fr"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"getkirby/composer-installer": "^1.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Adrienpayet\\Comments\\": "src/"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue