Skip to content

Arguments shared between multiple instances of same block

I have created a custom block and tried to insert it multiple times in the same page: <block class=”MyCompanyMyModuleBlockProducttabsCategoryProducts” name=”category.products.slider1″ template=”MyCompany_MyModule::producttabs/category-items-new.phtml”> <arguments> <argument name=”category_id” xsi:type=”string”>31</argument> <argument name=”block_title” xsi:type=”string”>Lorem ipsum</argument> <argument name=”block_text” xsi:type=”string”>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</argument> </arguments>… Read More »Arguments shared between multiple instances of same block