I find organising into separate files for different elements help to maintain. Backdrop helps here as for the public it aggregates CSS for performance but you can switch that off and then you can...
Posted5 hours 52 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
The number of files is your choice, each developer has his own style, his own declaration order, and grouped into blocks related to the styling of a specific element. Everything should just be...
Definitely a problem with Mosaic Grid. Was able to reproduce the issue in the sandbox. I have created an issue on Github (https://github.com/backdrop-contrib/mosaic_grid/issues/34).
Actually, this may have nothing to do with whether the page is a child or has children. It seems that the "Type 2" behavior (no dropdown triangles and permanently expanded link lists under the...
Comments
Not perfect, but sometimes I use the specific
hook_block_view_system_main_alter
hook, fromhook_block_view_MODULE_DELTA_alter
.Hello @akarso!
The change log is here: https://api.backdropcms.org/change-records/new-layout-module-implements-...
Basically either use layouts (custom or via UI to place blocks) and if you need to alter code or data on page load use
hook_preprocess_page()
.