c05b9e3400
- Add blueprints.yaml for cache-on-save plugin with Grav 2.0 support - Update system.yaml GPM setting from stable to testing channel - Update .gitignore to allow cache-on-save plugin tracking Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
247 B
YAML
14 lines
247 B
YAML
name: Cache On Save
|
|
version: 1.0.0
|
|
description: Clears Grav cache on new-entry form submission
|
|
author:
|
|
name: Mischa
|
|
email: mischa@gorinskat.nl
|
|
license: MIT
|
|
|
|
dependencies:
|
|
- { name: grav, version: '>=1.6.0' }
|
|
|
|
grav:
|
|
version: ['1.7', '2.0']
|