![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/cartforge.co/app/code/Magefan/Blog/view/frontend/layout/ |
<?xml version="1.0"?> <!-- /** * Copyright © Magefan ([email protected]). All rights reserved. * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement). * * Glory to Ukraine! Glory to the heroes! */ --> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <!-- <referenceContainer name="content.aside"> <block class="Magefan\Blog\Block\Catalog\Product\RelatedPosts" name="product.info.blog.relatedposts" as="relatedposts" before='-' template="Magefan_Blog::post/view/relatedposts.phtml" /> </referenceContainer> --> <referenceBlock name="product.info.details"> <block class="Magefan\Blog\Block\Catalog\Product\RelatedPosts" name="product.info.blog.relatedposts.tab" as="blog.relatedposts.tab" template="Magefan_Blog::post/view/relatedposts.phtml" group="detailed_info"> <arguments> <argument translate="true" name="title" xsi:type="string">Related Posts</argument> <argument name="at_call" xsi:type="string">getRelatedposts</argument> <argument name="at_code" xsi:type="string">relatedposts</argument> <argument name="css_class" xsi:type="string">relatedposts</argument> <argument name="sort_order" xsi:type="string">50</argument> <argument name="hide_title" xsi:type="string">1</argument> </arguments> </block> </referenceBlock> <referenceContainer name="product.info.details.wrapper.main" > <block class="Magefan\Blog\Block\Catalog\Product\RelatedPosts" name="product.info.blog.relatedposts.block" template="Magefan_Blog::post/view/relatedposts.phtml" > <arguments> <argument name="show_title" xsi:type="boolean">true</argument> <argument name="hide_title" xsi:type="string">1</argument> </arguments> </block> </referenceContainer> </body> </page>