Sometimes you will need user interaction to perform certain updates. For example, Backdrop 1.4.0 has a new installer module, but you need to manually look for it and enable it, which causes confusion to users expecting to have all new features after an update.
This could be handled in different ways, like enabling new features on updates, but "power users" will not be happy about this.
Another way is to ask the user if he wants "Pretty new feature" in the update process, like this:
The update script is however very basic, so forms won't be validated in any way, but you could use these forms to pass user input to update scripts.
Recent comments
If you use CSS Flexbox Layout, you can do with simple styles. In this example, if one or two side columns are excluded from the layout, the central column will occupy all the remaining width:...
How to show main content full-width when sidebar is empty
I found that it had to be specifically <!--> not <!--pagebreak-->
Paging - incorporate with CKeditor?
Yes good point on the allowed tags , however on trying it i hit a couple of issues... If i added the tag <!--pagebreak--> or even <!-- --> it would still remove it when...
Paging - incorporate with CKeditor?