I find myself having to look up the string The configuration options have been saved.
quite often. Can we add a helper function that does a backdrop_set_message
with this string for us?
function backdrop_add_config_saved_message() {
backdrop_set_message(t('The configuration options have been saved.));
}
We could update core to use this function wherever we currently hard-code the string
GitHub Issue #:
1364
Recent comments
With JQuery, simple and fast. Or put all possible links in one menu, and hide unnecessary with CSS mediaquery.
Different primary menus depending on the viewport size?
I wonder if what is happening here is the default database settings are for utf8mb4 if the database server supports it. In settings.php or settings.local.php if that's where you put your...
Problem with utf8mb4 Format when importing database
I've not done this with a menu before but something similar with different Views presentation blocks for different resolutions (i.e. not just responsive but a different presentation method...
Different primary menus depending on the viewport size?