How to custom layout xml and template?
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <head> <css src="Ves_ImageSlider::css/owl.carousel.min.css" /> <css src="Ves_ImageSlider::css/animate.css" /> </head> <body> <referenceContainer name="before.body.end"> <block class="Magento\Framework\View\Element\Template" name="imageslider.js" template="Ves_ImageSlider::js.phtml" /> </referenceContainer> </body> </page><css src="Ves_ImageSlider::css/owl.carousel.min.css" /> <css src="Ves_ImageSlider::css/animate.css" />
Last updated