-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsite-setup
More file actions
40 lines (40 loc) · 866 Bytes
/
Copy pathwebsite-setup
File metadata and controls
40 lines (40 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"setting": {
"id": 1,
"logo": "https://example.com/logo.png",
"app_name": "Suitland App",
"timezone": "UTC",
"default_avatar": "https://example.com/avatar.png"
},
"language_list": [
{
"id": 1,
"lang_name": "English",
"lang_code": "en",
"is_default": "yes",
"status": 1,
"lang_direction": "LTR",
"created_at": "2024-01-01",
"updated_at": "2024-01-01"
}
],
"currency_list": [
{
"id": 1,
"currency_name": "US Dollar",
"country_code": "US",
"currency_code": "USD",
"currency_icon": "$",
"is_default": "yes",
"currency_rate": 1.0,
"currency_position": "left",
"status": "active",
"created_at": "2024-01-01",
"updated_at": "2024-01-01"
}
],
"localizations": {
"en": "English",
"fr": "French"
}
}