{"id":27166270,"url":"https://github.com/code-rhapsodie/ezautosave-bundle","last_synced_at":"2025-04-09T03:39:07.750Z","repository":{"id":56954763,"uuid":"413719021","full_name":"code-rhapsodie/ezautosave-bundle","owner":"code-rhapsodie","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-06T12:15:26.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"2.0","last_synced_at":"2024-12-10T04:32:05.867Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/code-rhapsodie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-05T07:37:14.000Z","updated_at":"2021-10-06T12:14:16.000Z","dependencies_parsed_at":"2022-08-21T08:50:23.223Z","dependency_job_id":null,"html_url":"https://github.com/code-rhapsodie/ezautosave-bundle","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-rhapsodie%2Fezautosave-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-rhapsodie%2Fezautosave-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-rhapsodie%2Fezautosave-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-rhapsodie%2Fezautosave-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-rhapsodie","download_url":"https://codeload.github.com/code-rhapsodie/ezautosave-bundle/tar.gz/refs/heads/2.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247974590,"owners_count":21026742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-09T03:39:07.167Z","updated_at":"2025-04-09T03:39:07.736Z","avatar_url":"https://github.com/code-rhapsodie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code Rhapsodie Ez Autosave Bundle\n\nThis bundle adds a simple autosave feature for eZPlatform.\n\nVersion 1 is for eZPlatform 2. Version 2 is for eZPlatform 3 (Ibexa Content).\n\nClient-side only, browser storage is used to save content state. No JS librairies required.\n\n# Features\n\nWhile creating or editing a content, its fields values will be regularly saved.\n\nTo 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.\n\n## Installation\n\n### Add the dependency\n\nTo install this bundle, run this command :\n\n```shell script\n$ composer require code-rhapsodie/ezautosave-bundle\n```\n\n### Register the bundle\n\nAdd `CodeRhapsodie\\EzAutosaveBundle\\CodeRhapsodieEzAutosaveBundle::class =\u003e ['all' =\u003e true],\n` in the `config/bundles.php` file, just before the `EzPlatformAdminUiBundle` line.\n\nLike this:\n\n```php\n\u003c?php\n\nreturn [\n     // ...\n    CodeRhapsodie\\EzAutosaveBundle\\CodeRhapsodieEzAutosaveBundle::class =\u003e ['all' =\u003e true],\n    EzSystems\\EzPlatformAdminUiBundle\\EzPlatformAdminUiBundle::class =\u003e ['all' =\u003e true],\n    // ...\n];\n```\n\n\n# Issues and feature requests\n\nPlease report issues and request features at https://github.com/code-rhapsodie/ezautosave-bundle/issues.\n\n# Contributing\n\nContributions are very welcome. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for\ndetails. Thanks to [everyone who has contributed](https://github.com/code-rhapsodie/ezautosave-bundle/graphs/contributors)\nalready.\n\n# License\n\nThis package is licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-rhapsodie%2Fezautosave-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-rhapsodie%2Fezautosave-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-rhapsodie%2Fezautosave-bundle/lists"}