Skip to content

Instantly share code, notes, and snippets.

@LinguistMB
Created Jan 15, 2018
Embed
What would you like to do?
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="product.info.details">
<block class="Magento\Catalog\Block\Product\View" name="code.tab" template="Vendor_NamespaceModule::product_tabs.phtml" group="detailed_info">
<arguments>
<argument translate="true" name="title" xsi:type="string">Ask a Question</argument>
</arguments>
</block>
</referenceBlock>
</body>
</page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment