Description of the need Currently redirect configuration does not write to a json file. It would be preferable if they did. For the containerized deployment method that we are working on with Backdrop, the preference is that we would not actually log into site instances and manually create redirects, we want these redirects to exist upon deployment.
Proposed solution All redirects would be written to a json config file. The redirect module is already included in Backdrop core, this would be a feature enhancement.
Alternatives that have been considered The only alternatives that have been considered are server level rewrites that would have to be added to all instances.
Recent comments
Another contrib module came to my mind: Save & Edit. Of course, that's also not what you had in mind - it saves to the server. But it can be helpful when the network the author's...
Implementing autosave in Ckeditor 5
... Autosave module that you mentioned, but it saves to the database I thought, that's what you're after. I am looking for is to save to localStorage...
Implementing autosave in Ckeditor 5
Thanks for your prompt reply. I tried the Autosave module that you mentioned, but it saves to the database, and the behavior I am looking for is to save to localStorage, in other words,...
Implementing autosave in Ckeditor 5