Register vendors

Available vendors

We can register css/js vendor for this section. We need to register vendor in schema section of section.lh file.

{section-folder}/section.lh

@schema
	{
		"name"    : "Testimonial",
		"author"  : "Layouthub Team",
		"website" : "https://www.layouthub.com",
		"version" : "2.0",
		"vendors" : ["css_layouthub_base","css_ swiper_slider","js_swiper_slider"],
		"configs" : {
			"background" : {
				"color" : "#fff"
			}
		}
	}
@endschema

Last updated