feat(demo): add story 1 — Sorano: Rock and Time

This commit is contained in:
2026-06-20 21:19:57 +02:00
parent 42ed59a6b3
commit 8f87155c1d
5508 changed files with 1595740 additions and 124 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"name": "getgrav/shortcode-core",
"type": "grav-plugin",
"description": "Shortcode Core plugin for Grav CMS",
"keywords": ["shortcode"],
"homepage": "https://github.com/getgrav/grav-plugin-shortcode-core/",
"license": "MIT",
"authors": [
{
"name": "Team Grav",
"email": "devs@getgrav.org",
"homepage": "http://getgrav.org",
"role": "Developer"
}
],
"require": {
"php": ">=7.1.3",
"thunderer/shortcode": "~0.7"
},
"autoload": {
"psr-4": {
"Grav\\Plugin\\ShortcodeCore\\": "classes/plugin",
"Grav\\Plugin\\Shortcodes\\": "classes/shortcodes"
},
"classmap": ["shortcode-core.php"]
},
"config": {
"platform": {
"php": "7.1.3"
}
}
}