I am not a user of T4, but I believe that this can be done in the same way as in other templates.I am using t4_bs5_blank template
Create any module, type "after-content" in the position field, press Enter and save (do not choose from the existing ones, namely, write your own desired position name). After that, the position will be available in Layout Builder.
Or you can add it via php, by creating article php override and adding position code in the place you need
Code:
<?php echo JHtml::_('content.prepare', '{loadposition after-content}'); ?>
Statistics: Posted by Pavel-ww — Sat Dec 21, 2024 8:50 am