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
I followed the documentation here to create a layout override, but it's not working. After stepping through the code I realized that the template is hardcoded so it's not checking a "parent" template.
I think there's a clue in the Joomla module helper:
I followed the documentation here to create a layout override, but it's not working. After stepping through the code I realized that the template is hardcoded so it's not checking a "parent" template.
I think there's a clue in the Joomla module helper:
https://github.com/joomla/joomla-cms/blob/6e57d757c86e81fdb099995ce98a95c1af35e81d/libraries/src/Helper/ModuleHelper.php#LL324C9-L345C10
Is it possible to make the module compatible with child templates by implementing something similar in your helper?
The text was updated successfully, but these errors were encountered: