Checkbox
Checkbox Script
//settings: {
{
"key": {
"type": "checkbox",
"label": {
"ar": "العنوان",
"en": "text"
},
"option": {
"ar": "إظهار",
"en": "Display menu"
},
"noLabel": true,
"info": {
"ar": "نص توضيحي",
"en": "info text"
}
}
}
//}
Checkboxes Scripts
//settings: {
{
"key": {
"type": "checkboxes",
"label": {
"ar": "العنوان",
"en": "text"
},
"options": [
{
"value": "all",
"label": {
"ar": "جميع الصفحات",
"en": "all pages"
}
},
{
"value": "home",
"label": {
"ar": "الصفحة الرئيسية ففط",
"en": "home page only"
}
}
],
"info": {
"ar": "نص توضيحي",
"en": "info text"
}
}
}
//}
Modified at 2024-07-28 16:36:31