From ce6d27325e664a7094f48798d86e6b5cc8029e80 Mon Sep 17 00:00:00 2001 From: Mohannad416 Date: Sat, 2 Nov 2024 19:32:21 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Update=20settings=20in=20t?= =?UTF-8?q?wilight.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twilight.json | 207 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 195 insertions(+), 12 deletions(-) diff --git a/twilight.json b/twilight.json index 9a7f2a76..cb5c407f 100644 --- a/twilight.json +++ b/twilight.json @@ -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": "Aljohani.m95@gmail.com" + }, + { + "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. example@gmail.com", + "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": [