-
-
Save mininaim/0eaf211938da6605ec15aea984ef9862 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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