GET api/v1/template-settings?template=homemeta.typetemplate-settings response, each section now includes a meta.type field specifying the type of module it is. This removes the need to rely on specific section file names (e.g. main-slider.twig, main_slider2.twig, slider.twig) — theme developers can simply declare the type in their file schema:{
...
"meta": {
"type": "slider"
}
}meta.type field is currently applied only to Soft Theme Vitrin.api/v1/template-settings?template=home and inspect the meta.type field on each section.