https://github.com/backdrop-contrib/save_edit
Gives a Save & Edit button and related publishing option for node pages on your Backdrop CMS website.
https://github.com/backdrop-contrib/save_edit
backdrop backdropcms cms editing user-interface
Last synced: 10 months ago
JSON representation
Gives a Save & Edit button and related publishing option for node pages on your Backdrop CMS website.
- Host: GitHub
- URL: https://github.com/backdrop-contrib/save_edit
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2024-02-29T21:31:54.000Z (almost 2 years ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2024-07-27T18:15:43.000Z (over 1 year ago)
- Last Synced: 2025-02-10T13:18:49.541Z (11 months ago)
- Topics: backdrop, backdropcms, cms, editing, user-interface
- Language: PHP
- Homepage: https://backdropcms.org/project/save_edit
- Size: 22.5 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Save & Edit
Save & Edit provides a very simple, yet welcome function to node editing pages.
It adds a button titled "Save & Edit" on selected node types which redirects
back to the edit form rather than returning to the node or admin page.
As simple as the module is, it provides a very much needed feature to core page
editing. When creating long, complex nodes where you want to save the node
regularly to avoid losing changes/edits, it takes an additional click to get
back to the edit form to continue; this module keeps you on the edit page.
### Features
- Creates a "Save & Edit" button on node pages.
- Allows you to choose what node types to use the feature on.
- Allows you to customize the text for "Save & Edit", "Save & Publish", AND the
default Backdrop node "Save" button to whatever you like.
- Allows you to choose to use the Auto-Unpublish feature, which will mark nodes
as unpublished when you use the Save & Edit button. This can either be turned
off, used on ALL nodes/clicks of the Save & Edit button, or can also be only
used on NEW nodes.
- For ANY unpublished nodes, a new "Publish" button will allow you to quickly
Save & Publish a node that was previously marked unpublished. This feature will
be hidden on published nodes, and new nodes with the "Published" option checked
by default.
- Allows to hide each of the default "Save", "Preview" and "Delete" buttons
## Installation
- Install this module using the official Backdrop CMS instructions at
https://docs.backdropcms.org/documentation/extend-with-modules.
- Navigate to Admin > Configuration > Content authoring > Save & Edit Settings
(`admin/config/content/save-edit`) to adjust the settings and to enable for
each content type.
- Configure permissions.
## Issues
Bugs and Feature Requests should be reported in the Issue Queue:
https://github.com/backdrop-contrib/save_edit/issues.
## Current Maintainers
- [Martin Price](https://github.com/yorkshire-pudding) -
[System Horizons Ltd](https://www.systemhorizons.co.uk)
- Collaboration and co-maintainers welcome!
## Credits
- Ported to Backdrop CMS by - [Martin Price](https://github.com/yorkshire-pudding) -
[System Horizons Ltd](https://www.systemhorizons.co.uk)
- Port sponsored by [System Horizons Ltd](https://www.systemhorizons.co.uk)
- Written for Drupal by [Jake Strawn](https://github.com/himerus)
## License
This project is GPL v2 software.
See the LICENSE.txt file in this directory for complete text.