Previously i had an FAQ tab, but that has disappeared now i have installed easytabs.
I have now created a Custom Block in Easytabs to show the product faq but i cannot get all of the block to show.
I can only display the 'material' part of the block but i need the whole thing to show.
The original tab block code is:
<block class="Mageplaza\Faqs\Block\Article\Product" name="mpfaqs.article.product.list"
as="list" group="detailed_info" template="Mageplaza_Faqs::article/product/list.phtml" ifconfig="faqs/product_tab/enabled">
<block class="Mageplaza\Faqs\Block\Article\Product" name="mpfaqs.article.product.list.material"
as="material" template="Mageplaza_Faqs::article/product/style/material.phtml"/>
<block class="Mageplaza\Faqs\Block\Article\Form" name="mpfaqs.article.question.form"
as="form" ifconfig="faqs/general/question/enabled"/>
</block>