Skip to content

Instantly share code, notes, and snippets.

@mininaim
Created December 3, 2023 12:32
Show Gist options
  • Save mininaim/0eaf211938da6605ec15aea984ef9862 to your computer and use it in GitHub Desktop.
Save mininaim/0eaf211938da6605ec15aea984ef9862 to your computer and use it in GitHub Desktop.
{% schema %}
{
"name": {
"ar": "قائمة المنتجات",
"en": "Products"
},
"icon": "fal fa-box",
"display": true,
"settings": {
"title": {
"type": "text",
"label": {
"ar": "العنوان",
"en": "Title"
}
},
"products": {
"type": "products",
"label": {
"ar": "اختر قائمة المنتجات ",
"en": "Select category products"
}
},
"display_more": {
"type": "checkbox",
"label": {
"ar": "",
"en": ""
},
"noLabel": true,
"option": {
"ar": "عرض زر جميع منتجات التصنيف",
"en": "Display button more products"
}
},
"more_text": {
"type": "text",
"label": {
"ar": "نص زر المزيد ",
"en": "More text"
}
}
}
}
{% endschema %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment