Skip to content

schneyra/kirby-autosave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kirby Autosave

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