#68 - create comment create working (notification to adapt)
This commit is contained in:
parent
3d4ddc12fc
commit
cf83edc1e6
11 changed files with 106 additions and 158 deletions
|
|
@ -3,7 +3,14 @@
|
|||
F::loadClasses([
|
||||
'adrienpayet\\comments\\BaseComment' => __DIR__ . '/src/BaseComment.php',
|
||||
'adrienpayet\\comments\\Comment' => __DIR__ . '/src/Comment.php',
|
||||
'adrienpayet\\comments\\Reply' => __DIR__ . '/src/Reply.php'
|
||||
'adrienpayet\\comments\\Reply' => __DIR__ . '/src/Reply.php',
|
||||
|
||||
'adrienpayet\\D2P\\data\\Position' => __DIR__ . '/../classes/Position.php',
|
||||
'adrienpayet\\D2P\data\Author' => __DIR__ . '/../classes/Author.php',
|
||||
'adrienpayet\\D2P\\data\\location\\Location' => __DIR__ . '/../classes/location/Location.php',
|
||||
'adrienpayet\\D2P\\data\\location\\PageDetails' => __DIR__ . '/../classes/location/PageDetails.php',
|
||||
'adrienpayet\\D2P\\data\\location\\ProjectDetails' => __DIR__ . '/../classes/location/ProjectDetails.php',
|
||||
'adrienpayet\\D2P\\data\\location\\FileDetails' => __DIR__ . '/../classes/location/FileDetails.php',
|
||||
]);
|
||||
|
||||
Kirby::plugin('adrienpayet/kirby4-comments', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue