- Issue created by @lazzyvn
- Status changed to Closed: won't fix
11 months ago 2:57pm 1 February 2024 - πΊπΈUnited States Chris Burge
That's an interesting use case; however, it falls outside the scope of this module. If you wanted to implement with custom code, you should be able to accomplish that using
hook_form_alter()
andhook_preprocess_block()
. - π«π·France lazzyvn paris
It's so simple, if I create a patch, could you add it to the module? I think that's the case. Avoid using too much hook.
- πΊπΈUnited States Chris Burge
@lazzyvn You're welcome to post a patch; however, as I mentioned, this falls outside the scope of this module, so it won't be committed.
- π«π·France lazzyvn paris
In this case I think I will create a new module with some functions that the block layout builder needs: add attribute, class , attach library, ...