Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
When migrating old twig settings schema to the new vitrin schema, a few breaking changes need to be taken into consideration
"sections": [
{
"label": {
"ar": "Image Slider",
"en": "Image Slider"
},
"template": "sections/image_slider.jinja",
“order”: N
key value to handle sorting items, each time the user changes the order of the items in a list (sections, images, etc.) the whole list shall be updated to preserve the new order.noLabel
is deprecated"hide_dots": {
"type": "checkbox",
"label": {
"ar": " ",
"en": " "
},
"option": {
"ar": "إخفاء النقاط",
"en": "Hide dots"
},
"noLabel": true
}
{
"type": "checkbox",
"id": "hide_dots",
"label": {
"ar": "إخفاء النقاط",
"en": "Hide dots"
}
}