Add draft-preview plugin v1.0.5

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-18 23:45:01 +02:00
parent cb5377c152
commit b25fbc929c
26 changed files with 1396 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "bitstarr/draft-preview",
"type": "grav-plugin",
"description": "Preview Pages that are not published yet",
"keywords": ["plugin"],
"homepage": "https://github.com/bitstarr/grav-plugin-draft-preview",
"license": "MIT",
"authors": [
{
"name": "Sebastian Laube",
"email": "hello@sebastianlaube.de",
"role": "Developer"
}
],
"require": {
"php": ">=7.1.3"
},
"autoload": {
"psr-4": {
"Grav\\Plugin\\DraftPreview\\": "classes/"
},
"classmap": ["draft-preview.php"]
},
"config": {
"platform": {
"php": "7.1.3"
}
}
}