The '#type' => 'help' element is a nice utility for displaying help text wrapped in <p>...</p> tags and it's widely used in core. It would be nice if it supported the #attributes property, so that, for example, one could easily add classes to the <div> wrapper. (And then, for consistency, theme_more_help_link() should also support #attributes.) It would be relatively easy to add, and since it's never been supported before, seems unlikely to break anything by its addition. What do people think?
GitHub Issue #:
6007
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