create comment classes

This commit is contained in:
isUnknown 2024-10-30 09:49:16 +01:00
parent cd1f065962
commit f5ffe312e2
8 changed files with 246 additions and 63 deletions

View 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
}
}