Download the PHP package code-rhapsodie/ezautosave-bundle without Composer
On this page you can find all versions of the php package code-rhapsodie/ezautosave-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download code-rhapsodie/ezautosave-bundle
More information about code-rhapsodie/ezautosave-bundle
Files in code-rhapsodie/ezautosave-bundle
Package ezautosave-bundle
Short Description Autosave bundle for eZPlatform
License MIT
Informations about the package ezautosave-bundle
Code Rhapsodie Ez Autosave Bundle
This bundle adds a simple autosave feature for eZPlatform.
Version 1 is for eZPlatform 2. Version 2 is for eZPlatform 3 (Ibexa Content).
Client-side only, browser storage is used to save content state. No JS librairies required.
Features
While creating or editing a content, its fields values will be regularly saved.
To load saved values, simply create a new content of the same content type, or edit the same content, and you will be asked if you want to restore saved values.
Installation
Add the dependency
To install this bundle, run this command :
Register the bundle
Add CodeRhapsodie\EzAutosaveBundle\CodeRhapsodieEzAutosaveBundle::class => ['all' => true],
in the config/bundles.php
file, just before the EzPlatformAdminUiBundle
line.
Like this:
Issues and feature requests
Please report issues and request features at https://github.com/code-rhapsodie/ezautosave-bundle/issues.
Contributing
Contributions are very welcome. Please see CONTRIBUTING.md for details. Thanks to everyone who has contributed already.
License
This package is licensed under the MIT license.
All versions of ezautosave-bundle with dependencies
ezsystems/ezplatform-admin-ui Version ^2.0
ezsystems/ezplatform-kernel Version ^1.0