generated from SallaApp/theme-raed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20cbd8e
commit ce6d273
Showing
1 changed file
with
195 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
"type": "boolean", | ||
"icon": "sicon-toggle-off", | ||
"label": "وضع عمودي للمنتجات في مربع المنتجات الثابتة في الصفحة الرئيسية", | ||
"description": "", | ||
"description": null, | ||
"id": "vertical_fixed_products", | ||
"format": "switch", | ||
"required": false, | ||
|
@@ -40,7 +40,8 @@ | |
"type": "boolean", | ||
"id": "is_more_button_enabled", | ||
"label": "عرض (زر الكل) في الصفحة الرئيسية", | ||
"format": "switch" | ||
"format": "switch", | ||
"selected": true | ||
}, | ||
{ | ||
"type": "static", | ||
|
@@ -63,24 +64,24 @@ | |
"format": "switch", | ||
"required": false, | ||
"value": true, | ||
"selected": true | ||
"selected": false | ||
}, | ||
{ | ||
"type": "boolean", | ||
"icon": "sicon-toggle-off", | ||
"label": "شريط علوي داكن", | ||
"description": "", | ||
"description": null, | ||
"id": "topnav_is_dark", | ||
"format": "switch", | ||
"required": false, | ||
"value": true, | ||
"selected": false | ||
"selected": true | ||
}, | ||
{ | ||
"type": "boolean", | ||
"icon": "sicon-toggle-off", | ||
"label": "عرض روابط الصفحات الهامة في الشريط العلوي", | ||
"description": "مثل صفحة الهبوط ، المدونة ،الصفحات التعريفية ", | ||
"description": "مثل صفحة الهبوط ، المدونة ،الصفحات التعريفية", | ||
"id": "important_links", | ||
"format": "switch", | ||
"required": false, | ||
|
@@ -103,12 +104,12 @@ | |
"type": "boolean", | ||
"icon": "sicon-toggle-off", | ||
"label": "الوضع الداكن", | ||
"description": "", | ||
"description": null, | ||
"id": "footer_is_dark", | ||
"format": "switch", | ||
"required": false, | ||
"value": true, | ||
"selected": false | ||
"selected": true | ||
}, | ||
{ | ||
"type": "static", | ||
|
@@ -126,7 +127,7 @@ | |
"type": "boolean", | ||
"icon": "sicon-toggle-off", | ||
"label": "تثبيت زر الإضافة والكمية أسفل شاشة الجوال", | ||
"description": "", | ||
"description": null, | ||
"id": "sticky_add_to_cart", | ||
"format": "switch", | ||
"required": false, | ||
|
@@ -137,7 +138,7 @@ | |
"type": "boolean", | ||
"icon": "sicon-toggle-off", | ||
"label": "اظهار الوسوم", | ||
"description": "", | ||
"description": null, | ||
"id": "show_tags", | ||
"format": "switch", | ||
"required": false, | ||
|
@@ -149,7 +150,7 @@ | |
"type": "items", | ||
"format": "dropdown-list", | ||
"label": "طريقة عرض الصور في سليدر صور المنتج", | ||
"description": "", | ||
"description": null, | ||
"labelHTML": null, | ||
"icon": "sicon-list", | ||
"selected": [ | ||
|
@@ -183,7 +184,189 @@ | |
"format": "switch", | ||
"required": false, | ||
"value": false, | ||
"selected": false | ||
"selected": true, | ||
"labelHTML": "[email protected]" | ||
}, | ||
{ | ||
"id": "line", | ||
"type": "static", | ||
"format": "line", | ||
"label": "Line", | ||
"icon": "sicon-minus" | ||
}, | ||
{ | ||
"id": "password", | ||
"type": "string", | ||
"format": "password", | ||
"label": "Password", | ||
"description": null, | ||
"labelHTML": null, | ||
"placeholder": "Hidden text ..", | ||
"icon": "sicon-key", | ||
"value": "S899663311a@", | ||
"hide": true, | ||
"required": false, | ||
"minLength": 6, | ||
"maxLength": 30 | ||
}, | ||
{ | ||
"id": "url", | ||
"type": "string", | ||
"format": "url", | ||
"inputType": "url", | ||
"label": "URL", | ||
"description": null, | ||
"labelHTML": null, | ||
"placeholder": "e.g. https://salla.sa", | ||
"icon": "sicon-link", | ||
"value": null, | ||
"required": false, | ||
"minLength": 6, | ||
"maxLength": 30 | ||
}, | ||
{ | ||
"id": "email", | ||
"type": "string", | ||
"format": "email", | ||
"inputType": "email", | ||
"label": "Email", | ||
"description": null, | ||
"labelHTML": null, | ||
"placeholder": "e.g. [email protected]", | ||
"icon": "sicon-at", | ||
"value": null, | ||
"required": false, | ||
"minLength": 6, | ||
"maxLength": 30 | ||
}, | ||
{ | ||
"id": "code", | ||
"type": "string", | ||
"format": "code", | ||
"label": "Code", | ||
"description": null, | ||
"labelHTML": null, | ||
"placeholder": "body { color: Dark light purple; }", | ||
"icon": "sicon-browser-code", | ||
"value": "body { color: Dark light purple; }", | ||
"required": false | ||
}, | ||
{ | ||
"id": "image", | ||
"type": "string", | ||
"format": "image", | ||
"label": "Image", | ||
"description": null, | ||
"labelHTML": null, | ||
"placeholder": "e.g. https://hostname.com/image.png", | ||
"icon": "sicon-image", | ||
"value": null, | ||
"required": false | ||
}, | ||
{ | ||
"id": "color", | ||
"type": "string", | ||
"format": "color", | ||
"inputType": "color", | ||
"label": "Color", | ||
"description": null, | ||
"labelHTML": null, | ||
"icon": "sicon-format-fill", | ||
"value": "#004956", | ||
"required": false | ||
}, | ||
{ | ||
"id": "icon_picker", | ||
"type": "string", | ||
"format": "icon", | ||
"label": "Icon Picker", | ||
"description": null, | ||
"labelHTML": null, | ||
"icon": "sicon-user-circle", | ||
"value": "sicon-store", | ||
"required": false | ||
}, | ||
{ | ||
"id": "units", | ||
"type": "number", | ||
"format": "units", | ||
"label": "Units", | ||
"description": null, | ||
"labelHTML": null, | ||
"placeholder": "Insert value", | ||
"icon": "sicon-percentage", | ||
"value": null, | ||
"required": false, | ||
"unit": "%", | ||
"minimum": 0, | ||
"maximum": 100 | ||
}, | ||
{ | ||
"id": "checkbox", | ||
"type": "boolean", | ||
"format": "checkbox", | ||
"label": "Checkbox", | ||
"description": null, | ||
"labelHTML": null, | ||
"icon": "sicon-check-square", | ||
"value": true, | ||
"selected": true, | ||
"required": false | ||
}, | ||
{ | ||
"id": "switch", | ||
"type": "boolean", | ||
"format": "switch", | ||
"label": "Switch", | ||
"description": null, | ||
"labelHTML": null, | ||
"icon": "sicon-toggle-off", | ||
"value": true, | ||
"selected": true, | ||
"required": false | ||
}, | ||
{ | ||
"id": "checkbox_list", | ||
"type": "items", | ||
"format": "checkbox-list", | ||
"label": "Checkbox List", | ||
"description": null, | ||
"labelHTML": null, | ||
"icon": "sicon-list-check", | ||
"selected": [], | ||
"options": [], | ||
"source": "Manual", | ||
"multichoice": true, | ||
"required": false | ||
}, | ||
{ | ||
"id": "dropdown_list", | ||
"type": "items", | ||
"format": "dropdown-list", | ||
"label": "Dropdown List", | ||
"description": null, | ||
"labelHTML": null, | ||
"icon": "sicon-keyboard_arrow_down", | ||
"selected": [], | ||
"options": [], | ||
"source": "Manual", | ||
"multichoice": true, | ||
"searchable": true, | ||
"required": false | ||
}, | ||
{ | ||
"id": "collection", | ||
"type": "collection", | ||
"format": "collection", | ||
"label": "Collection", | ||
"description": null, | ||
"labelHTML": null, | ||
"item_label": null, | ||
"icon": "sicon-list-add", | ||
"fields": [], | ||
"value": [], | ||
"minLength": 1, | ||
"maxLength": 5 | ||
} | ||
], | ||
"components": [ | ||
|