Skip to content

Commit

Permalink
⚙️ Update settings in twilight.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohannad416 committed Nov 2, 2024
1 parent 20cbd8e commit ce6d273
Showing 1 changed file with 195 additions and 12 deletions.
207 changes: 195 additions & 12 deletions twilight.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"type": "boolean",
"icon": "sicon-toggle-off",
"label": "وضع عمودي للمنتجات في مربع المنتجات الثابتة في الصفحة الرئيسية",
"description": "",
"description": null,
"id": "vertical_fixed_products",
"format": "switch",
"required": false,
Expand All @@ -40,7 +40,8 @@
"type": "boolean",
"id": "is_more_button_enabled",
"label": "عرض (زر الكل) في الصفحة الرئيسية",
"format": "switch"
"format": "switch",
"selected": true
},
{
"type": "static",
Expand All @@ -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,
Expand All @@ -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",
Expand All @@ -126,7 +127,7 @@
"type": "boolean",
"icon": "sicon-toggle-off",
"label": "تثبيت زر الإضافة والكمية أسفل شاشة الجوال",
"description": "",
"description": null,
"id": "sticky_add_to_cart",
"format": "switch",
"required": false,
Expand All @@ -137,7 +138,7 @@
"type": "boolean",
"icon": "sicon-toggle-off",
"label": "اظهار الوسوم",
"description": "",
"description": null,
"id": "show_tags",
"format": "switch",
"required": false,
Expand All @@ -149,7 +150,7 @@
"type": "items",
"format": "dropdown-list",
"label": "طريقة عرض الصور في سليدر صور المنتج",
"description": "",
"description": null,
"labelHTML": null,
"icon": "sicon-list",
"selected": [
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit ce6d273

Please sign in to comment.