schneyra / kirby-autosave
Saves your page automatically.
Package info
github.com/schneyra/kirby-autosave
Language:Vue
Type:kirby-plugin
pkg:composer/schneyra/kirby-autosave
1.1.0
2024-04-26 07:47 UTC
Requires
- getkirby/cms: ^4.2
- getkirby/composer-installer: ^1.1
README
Saves your page automatically.
Installation
composer require schneyra/kirby-autosave
Usage
Add the field to the blueprint of your pages. You can override the label and interval.
Example:
fields: ... autosave: label: Save me! interval: 3000 ...
Development
// develop npx -y kirbyup serve src/index.js // build npx -y kirbyup src/index.js