This is a follow-up of #5149, where we're polishing the style of the flexible layout templates UI. In that issue, I suggested the following:
The "Add row" button should match the rest of the "+ Add xyz" buttons we use throughout the admin UI I think. (Separate UX issue: having that button live at the bottom of the form becomes problematic - especially with templates that have many rows. I thing that we should either move to the top, or add multiple "Add row here" buttons between each row perhaps? ).
Less scrolling, and one less step in order to drag the newly-created rows to the right place -> UX win.
Recent comments
In page.tpl.php you can get the current path and add it to the class array $classes[] = 'path-' . str_replace('/', '', $_SERVER['REQUEST_URI']); You will get an original class for each page....
Insert custom class into body tag
https://www.drupal.org/project/views/issues/1266388 shows that this is an architectural issue, and requires another 2 hooks being adjusted. It would be really nice to add comments/notes to...
node access
Hmmm, from D7 ancient tomes: from https://drupal.stackexchange.com/questions/7056/limit-which-roles-can-view-a-node-basing-on-its-content-type yet https://docs.backdropcms.org/api/...
node access