This simplifies product management by eliminating manual Kirby page creation. Products are now automatically loaded as virtual pages from the Shopify API. Changes: - Add virtual pages via page.children:after hook - Create shopify.php helper with caching (60min TTL) - Add shopify-refresh panel plugin for cache management - Remove manual product content files (now virtual) - Update site.yml blueprint to show refresh button - Fix cache implementation to use get/set pattern Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
21 lines
358 B
JSON
Executable file
21 lines
358 B
JSON
Executable file
{
|
|
"name": "getkirby/pluginkit",
|
|
"description": "Kirby Example Plugin",
|
|
"license": "MIT",
|
|
"type": "kirby-plugin",
|
|
"version": "1.0.0",
|
|
"authors": [
|
|
{
|
|
"name": "Your Name",
|
|
"email": "you@example.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"getkirby/composer-installer": "^1.1"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"getkirby/composer-installer": true
|
|
}
|
|
}
|
|
}
|