Extra Block Types (EBT) - New Layout Builder experience❗
Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.
❗Extra Paragraph Types (EPT) - New Paragraphs experience
Extra Paragraph Types (EPT) - analogical paragraph based set of modules.
How can I change the code that inserts views?
I have some HTML code and a view that displays 4 products with specific properties. However, the view is not using the HTML format that I need. Is there any way to change the output template of the view? I mean something like <div> <? echo $fields[1]?></div> <div> <? echo $fields[2]?></div> so that I can modify both the HTML and the order of the fields myself.