35 lines
722 B
JSON
35 lines
722 B
JSON
[
|
|
{
|
|
"code": "website_primary_color",
|
|
"name": "Primary Color",
|
|
"entityType": "website",
|
|
"dataType": "string",
|
|
"isSearchable": false,
|
|
"grouping": "website_theme",
|
|
"displayOrder": 404,
|
|
"description": "Primary brand color (hex)"
|
|
},
|
|
{
|
|
"code": "website_theme_mode",
|
|
"name": "Theme Mode",
|
|
"entityType": "website",
|
|
"dataType": "enum",
|
|
"isSearchable": false,
|
|
"grouping": "website_theme",
|
|
"displayOrder": 405,
|
|
"enumValues": [
|
|
{
|
|
"value": "light",
|
|
"displayValue": "light"
|
|
},
|
|
{
|
|
"value": "dark",
|
|
"displayValue": "dark"
|
|
},
|
|
{
|
|
"value": "system",
|
|
"displayValue": "system"
|
|
}
|
|
]
|
|
}
|
|
]
|