-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
45 lines (45 loc) · 1.18 KB
/
data.json
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
41
42
43
44
45
{
"code": "io_input_background_image",
"template_input_code": "input_background_image",
"name": "Background Image",
"description": "Select from a collection of images in Group Select",
"field_type": "group_select",
"status": "active",
"input_types": [
"it_cover_page_background"
],
"properties": [
{
"label": "Set Image",
"vue3_component": "SelectImageGallery",
"object_fit": "object-cover object-center",
"container_size": "aspect-[2/3]",
"include_selected_properties_in_data": "true",
"fetch_limit": 6
}
],
"value_array": [],
"group_select": {
"name": "Select Background",
"code": "gs_volvo-grp-mdg-1701-bkg-img-001",
"group_code": "volvo-grp-mdg-1701-bkg-img-001",
"description": null,
"status": "active",
"group_select_type": "select_item",
"content_type": "CONTENT",
"field_type": "drop_list",
"group_by_category": null,
"select_all": false,
"value_array": [
{
"class": "Content",
"code": "volvo-content-volvo-mdg-1701-bkg-img-001"
}
],
"limit_min": 1,
"limit_max": 1,
"allow_override": false,
"override_fields": [],
"properties": []
}
}