When you create a new template in the layout template builder, you start off with a specific default set of rows and regions (3 rows, with each one having a single 100%-width region in it):
It would be useful to present options to copy the regions/rows from existing layouts. Here's a rough mockup of how that could look like:
There may be many such presets to chose from, so they could be hidden in a fieldset instead; or the "Copy regions from existing preset" thing could be a link that opens a dialog.
If #4483 is rejected, then we could add these presets in the "Add template" step (where we ask for the name and description of the template):
Anyway, the purpose of this is to allow people to quickly get to where they need to, by allowing them to select a preset that is closer to the regions they need. They could then tweak it to get to 100%, instead of having to start from scratch.
Recent comments
@yorkshirepudding - Thank you! That's just what I needed. In the code, it's actually fontyourface_ui_settings_form (with underscores rather than dashes). Now it's working ... I only have to figure...
Question about hook_form_FORM_ID_alter
Oh the benefits of a new set of eyes.... I don't know how many times I've looked at that css and not spotted that! Mind you, in my defense, my eyes are over 70 years old (and obviously in need of...
How to over-ride grid-flexbox.css
thanks yorkshirepudding, i used the CSS Injector option with this code and it works .views-table caption { font-weight: bold; color: blue; font-size: 26px; }
How to change the format of the Views group title field?