You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a configuration form for the footer block (oe_corporate_blocks_footer).
For now I implemented template_preprocess_oe_corporate_blocks_footer() on my side to inject the needed variables in custom_footer.
Thanks,
Hervé
The text was updated successfully, but these errors were encountered:
The corporate block is not supposed to be modified, its whole point is to be the same for everyone, what are your needs specifically? So we can escalate to the product owner.
Hi @ademarco
I'm talking about the custom_footer part, which should definitely be customizable.
But the setup ATM is a bit strange to me, the custom_footer var is defined in oe_corporate_blocks here but oe_theme actually overrides the whole template and makes use of the variable.
Hello,
It would be nice to have a configuration form for the footer block (oe_corporate_blocks_footer).
For now I implemented
template_preprocess_oe_corporate_blocks_footer()
on my side to inject the needed variables in custom_footer.Thanks,
Hervé
The text was updated successfully, but these errors were encountered: