pwaldhauer / kirby-save-and-publish-button
Adds a save and publish button to the panel.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:kirby-plugin
This package is auto-updated.
Last update: 2025-03-29 01:08:11 UTC
README
This plugin provides adds a button in the header button bar that saves and publishes the current page with only a single click! Especially useful for when you are using Kirby as a blog system.
Installation
composer require pwaldhauer/kirby-save-and-publish-button
or copy the files to thesite/plugins
folder.
Caveats
Since kirby currently does not provide a hook to add buttons to the button bar, this plugin just adds the button using the DOM so it may be buggy.
License
MIT