I don't think this answers your question, but it might help someone with a related question.
The layout template for any given layout is stored in config and you can programmatically...
Hey there, and thank you for the response. As for sending the email, yes, I am using the email functionality of webform. I was wondering where I could find the component ID of the field? Or...
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()
.