Description of the need
Currently AFAIK the only way to add an existing block to a layout region is through the UI in layout_block_add_page() and ultimately through layout_block_configure_form_submit().
Adding an API function that adds a block programmatically would be helpful for things like "recipes" and distributions.
GitHub Issue #:
5662
Recent comments
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
Hi lloyddunn, the important thing is: don't mix up CKEditor "autosave" (client side) and node save. Node save means, that the current form gets validated and saved to the Backdrop...
Implementing autosave in Ckeditor 5
Thanks, that's very helpful
Where can I find webform submitted emails?