- 🇪🇸Spain guardiola86
I'm having the same issue but I still haven't found a solution
If I use hook_block_type_form_alter() to alter a layout builder block it don't return #validate or #submit in $form variable. However for a normal block(created using block layout) it does return all the form values including #validate and #submit. So I am not able to add a custom validation or submit function to layout builder block forms. And even if I try to add $form['#validate] [] = 'validateMyBlock';
it's not working.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm having the same issue but I still haven't found a solution