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?