I want to add some content within the product detail tab.
I created my template below
<referenceContainer name="product.info.details">
<block class="MagentoCatalogBlockProductView" name="additional_product_details" template="Magento_Catalog::product/view/additional_product_details.phtml" />
</referenceContainer>
I tried to use the <move />
syntax to achieve this but was unsuccessful.
Please note: I am not trying to create a custom tab.
If that is not possible, I was thinking I could create a custom tab, add my content, but what I could not figure out was how to grab the product description information to add to my custom tab.