This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
/
seed.components.json
106 lines (106 loc) · 2.09 KB
/
seed.components.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"components": [
{
"name": "doc",
"display_name": null,
"created_at": "2018-04-06T12:26:58.539Z",
"id": 66594,
"schema": {
"content": {
"type": "markdown"
},
"summary": {
"type": "textarea"
}
},
"image": null,
"preview_field": null,
"is_root": true,
"is_nestable": false
},
{
"name": "feature",
"display_name": null,
"created_at": "2018-04-06T12:26:22.749Z",
"id": 66593,
"schema": {
"logo": {
"type": "image"
},
"name": {
"type": "text"
},
"description": {
"type": "textarea"
},
"link_text": {
"type": "text"
},
"link": {
"type": "multilink"
}
},
"image": null,
"preview_field": null,
"is_root": false,
"is_nestable": true
},
{
"name": "grid",
"display_name": null,
"created_at": "2018-04-06T12:26:22.736Z",
"id": 66592,
"schema": {
"columns": {
"type": "bloks"
}
},
"image": null,
"preview_field": null,
"is_root": false,
"is_nestable": true
},
{
"name": "page",
"display_name": null,
"created_at": "2018-04-06T12:26:22.698Z",
"id": 66590,
"schema": {
"body": {
"type": "bloks"
}
},
"image": null,
"preview_field": null,
"is_root": true,
"is_nestable": false
},
{
"name": "teaser",
"display_name": null,
"created_at": "2018-04-06T17:20:35.297Z",
"id": 66745,
"schema": {
"background_image": {
"type": "image"
},
"title": {
"type": "text"
},
"subtitle": {
"type": "text"
},
"button_link": {
"type": "multilink"
},
"button_text": {
"type": "text"
}
},
"image": null,
"preview_field": null,
"is_root": false,
"is_nestable": true
}
]
}