@almadar/std 15.15.2 → 15.15.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +38 -38
- package/behaviors/registry/marketing/atoms/std-marketing-community.orb +31 -31
- package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +58 -58
- package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +26 -26
- package/behaviors/registry/marketing/atoms/std-marketing-team.orb +33 -33
- package/behaviors/registry/marketing/molecules/std-about-page.orb +176 -176
- package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +116 -116
- package/behaviors/registry/marketing/molecules/std-landing-page.orb +252 -252
- package/behaviors/registry/marketing/molecules/std-pricing-page.orb +196 -191
- package/behaviors/registry/marketing/organisms/std-marketing-site.orb +699 -699
- package/dist/behaviors/behaviors-registry.json +1 -1
- package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +38 -38
- package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +31 -31
- package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +58 -58
- package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +26 -26
- package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +33 -33
- package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +176 -176
- package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +116 -116
- package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +252 -252
- package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +196 -191
- package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +699 -699
- package/dist/behaviors-registry.json +1 -1
- package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +38 -38
- package/dist/registry/marketing/atoms/std-marketing-community.orb +31 -31
- package/dist/registry/marketing/atoms/std-marketing-showcase.orb +58 -58
- package/dist/registry/marketing/atoms/std-marketing-steps.orb +26 -26
- package/dist/registry/marketing/atoms/std-marketing-team.orb +33 -33
- package/dist/registry/marketing/molecules/std-about-page.orb +176 -176
- package/dist/registry/marketing/molecules/std-feature-detail-page.orb +116 -116
- package/dist/registry/marketing/molecules/std-landing-page.orb +252 -252
- package/dist/registry/marketing/molecules/std-pricing-page.orb +196 -191
- package/dist/registry/marketing/organisms/std-marketing-site.orb +699 -699
- package/package.json +1 -1
|
@@ -21,8 +21,13 @@
|
|
|
21
21
|
"items": {
|
|
22
22
|
"type": "object",
|
|
23
23
|
"properties": {
|
|
24
|
-
"
|
|
25
|
-
"name": "
|
|
24
|
+
"description": {
|
|
25
|
+
"name": "description",
|
|
26
|
+
"type": "string",
|
|
27
|
+
"required": true
|
|
28
|
+
},
|
|
29
|
+
"category": {
|
|
30
|
+
"name": "category",
|
|
26
31
|
"type": "string",
|
|
27
32
|
"required": true
|
|
28
33
|
},
|
|
@@ -31,13 +36,8 @@
|
|
|
31
36
|
"type": "string",
|
|
32
37
|
"required": false
|
|
33
38
|
},
|
|
34
|
-
"
|
|
35
|
-
"name": "
|
|
36
|
-
"type": "string",
|
|
37
|
-
"required": true
|
|
38
|
-
},
|
|
39
|
-
"category": {
|
|
40
|
-
"name": "category",
|
|
39
|
+
"title": {
|
|
40
|
+
"name": "title",
|
|
41
41
|
"type": "string",
|
|
42
42
|
"required": true
|
|
43
43
|
},
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"type": "string",
|
|
47
47
|
"required": false
|
|
48
48
|
},
|
|
49
|
-
"
|
|
50
|
-
"name": "
|
|
49
|
+
"id": {
|
|
50
|
+
"name": "id",
|
|
51
51
|
"type": "string",
|
|
52
52
|
"required": true
|
|
53
53
|
},
|
|
54
|
-
"
|
|
55
|
-
"name": "
|
|
54
|
+
"href": {
|
|
55
|
+
"name": "href",
|
|
56
56
|
"type": "string",
|
|
57
57
|
"required": true
|
|
58
58
|
}
|
|
@@ -124,8 +124,8 @@
|
|
|
124
124
|
"render-ui",
|
|
125
125
|
"main",
|
|
126
126
|
{
|
|
127
|
-
"
|
|
128
|
-
"
|
|
127
|
+
"entity": "@entity.items",
|
|
128
|
+
"type": "case-study-organism"
|
|
129
129
|
}
|
|
130
130
|
]
|
|
131
131
|
]
|
|
@@ -152,31 +152,31 @@
|
|
|
152
152
|
"type": "[CaseStudyCard]",
|
|
153
153
|
"default": [
|
|
154
154
|
{
|
|
155
|
-
"
|
|
155
|
+
"linkLabel": "Read story",
|
|
156
156
|
"id": "1",
|
|
157
|
-
"
|
|
158
|
-
"
|
|
157
|
+
"description": "How Acme scaled from 1K to 1M users in 6 months.",
|
|
158
|
+
"title": "Acme Corp",
|
|
159
159
|
"categoryColor": "",
|
|
160
|
-
"
|
|
161
|
-
"
|
|
160
|
+
"href": "#",
|
|
161
|
+
"category": "SaaS"
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
|
-
"href": "#",
|
|
165
|
-
"linkLabel": "Read story",
|
|
166
|
-
"description": "Globex reduced infrastructure costs by 70%.",
|
|
167
164
|
"id": "2",
|
|
168
165
|
"title": "Globex",
|
|
169
166
|
"category": "Fintech",
|
|
170
|
-
"categoryColor": ""
|
|
167
|
+
"categoryColor": "",
|
|
168
|
+
"href": "#",
|
|
169
|
+
"description": "Globex reduced infrastructure costs by 70%.",
|
|
170
|
+
"linkLabel": "Read story"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
|
-
"description": "Initech shipped their mobile app 3x faster.",
|
|
174
|
-
"category": "Healthtech",
|
|
175
|
-
"id": "3",
|
|
176
173
|
"categoryColor": "",
|
|
177
174
|
"href": "#",
|
|
178
|
-
"
|
|
179
|
-
"title": "Initech"
|
|
175
|
+
"description": "Initech shipped their mobile app 3x faster.",
|
|
176
|
+
"title": "Initech",
|
|
177
|
+
"id": "3",
|
|
178
|
+
"category": "Healthtech",
|
|
179
|
+
"linkLabel": "Read story"
|
|
180
180
|
}
|
|
181
181
|
],
|
|
182
182
|
"label": "Case Studies",
|
|
@@ -195,13 +195,8 @@
|
|
|
195
195
|
"type": "string",
|
|
196
196
|
"required": true
|
|
197
197
|
},
|
|
198
|
-
"
|
|
199
|
-
"name": "
|
|
200
|
-
"type": "string",
|
|
201
|
-
"required": true
|
|
202
|
-
},
|
|
203
|
-
"title": {
|
|
204
|
-
"name": "title",
|
|
198
|
+
"category": {
|
|
199
|
+
"name": "category",
|
|
205
200
|
"type": "string",
|
|
206
201
|
"required": true
|
|
207
202
|
},
|
|
@@ -215,8 +210,13 @@
|
|
|
215
210
|
"type": "string",
|
|
216
211
|
"required": false
|
|
217
212
|
},
|
|
218
|
-
"
|
|
219
|
-
"name": "
|
|
213
|
+
"id": {
|
|
214
|
+
"name": "id",
|
|
215
|
+
"type": "string",
|
|
216
|
+
"required": true
|
|
217
|
+
},
|
|
218
|
+
"title": {
|
|
219
|
+
"name": "title",
|
|
220
220
|
"type": "string",
|
|
221
221
|
"required": true
|
|
222
222
|
}
|
|
@@ -44,21 +44,21 @@
|
|
|
44
44
|
"render-ui",
|
|
45
45
|
"main",
|
|
46
46
|
{
|
|
47
|
-
"type": "community-links",
|
|
48
|
-
"github": {
|
|
49
|
-
"label": "@config.githubStars",
|
|
50
|
-
"url": "@config.githubUrl"
|
|
51
|
-
},
|
|
52
|
-
"heading": "@config.heading",
|
|
53
|
-
"subtitle": "@config.subtitle",
|
|
54
47
|
"discord": {
|
|
55
|
-
"
|
|
56
|
-
"
|
|
48
|
+
"url": "@config.discordUrl",
|
|
49
|
+
"members": "@config.discordMembers"
|
|
57
50
|
},
|
|
58
51
|
"twitter": {
|
|
59
|
-
"
|
|
52
|
+
"followers": "@config.twitterFollowers",
|
|
60
53
|
"url": "@config.twitterUrl"
|
|
61
|
-
}
|
|
54
|
+
},
|
|
55
|
+
"heading": "@config.heading",
|
|
56
|
+
"type": "community-links",
|
|
57
|
+
"github": {
|
|
58
|
+
"stars": "@config.githubStars",
|
|
59
|
+
"url": "@config.githubUrl"
|
|
60
|
+
},
|
|
61
|
+
"subtitle": "@config.subtitle"
|
|
62
62
|
}
|
|
63
63
|
]
|
|
64
64
|
]
|
|
@@ -66,34 +66,16 @@
|
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
68
|
"config": {
|
|
69
|
-
"twitterUrl": {
|
|
70
|
-
"type": "string",
|
|
71
|
-
"default": "",
|
|
72
|
-
"label": "Twitter URL",
|
|
73
|
-
"tier": "customization"
|
|
74
|
-
},
|
|
75
|
-
"githubUrl": {
|
|
76
|
-
"type": "string",
|
|
77
|
-
"default": "",
|
|
78
|
-
"label": "GitHub URL",
|
|
79
|
-
"tier": "customization"
|
|
80
|
-
},
|
|
81
|
-
"discordMembers": {
|
|
82
|
-
"type": "string",
|
|
83
|
-
"default": "",
|
|
84
|
-
"label": "Discord Members",
|
|
85
|
-
"tier": "customization"
|
|
86
|
-
},
|
|
87
69
|
"twitterFollowers": {
|
|
88
70
|
"type": "string",
|
|
89
71
|
"default": "",
|
|
90
72
|
"label": "Twitter Followers",
|
|
91
73
|
"tier": "customization"
|
|
92
74
|
},
|
|
93
|
-
"
|
|
75
|
+
"twitterUrl": {
|
|
94
76
|
"type": "string",
|
|
95
77
|
"default": "",
|
|
96
|
-
"label": "
|
|
78
|
+
"label": "Twitter URL",
|
|
97
79
|
"tier": "customization"
|
|
98
80
|
},
|
|
99
81
|
"subtitle": {
|
|
@@ -108,11 +90,29 @@
|
|
|
108
90
|
"label": "Heading",
|
|
109
91
|
"tier": "essential"
|
|
110
92
|
},
|
|
93
|
+
"githubUrl": {
|
|
94
|
+
"type": "string",
|
|
95
|
+
"default": "",
|
|
96
|
+
"label": "GitHub URL",
|
|
97
|
+
"tier": "customization"
|
|
98
|
+
},
|
|
111
99
|
"githubStars": {
|
|
112
100
|
"type": "string",
|
|
113
101
|
"default": "",
|
|
114
102
|
"label": "GitHub Stars",
|
|
115
103
|
"tier": "customization"
|
|
104
|
+
},
|
|
105
|
+
"discordMembers": {
|
|
106
|
+
"type": "string",
|
|
107
|
+
"default": "",
|
|
108
|
+
"label": "Discord Members",
|
|
109
|
+
"tier": "customization"
|
|
110
|
+
},
|
|
111
|
+
"discordUrl": {
|
|
112
|
+
"type": "string",
|
|
113
|
+
"default": "",
|
|
114
|
+
"label": "Discord URL",
|
|
115
|
+
"tier": "customization"
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
118
|
"scope": "instance"
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"items": {
|
|
22
22
|
"type": "object",
|
|
23
23
|
"properties": {
|
|
24
|
-
"
|
|
25
|
-
"name": "
|
|
24
|
+
"id": {
|
|
25
|
+
"name": "id",
|
|
26
26
|
"type": "string",
|
|
27
27
|
"required": true
|
|
28
28
|
},
|
|
@@ -31,30 +31,30 @@
|
|
|
31
31
|
"type": "object",
|
|
32
32
|
"required": false,
|
|
33
33
|
"properties": {
|
|
34
|
-
"alt": {
|
|
35
|
-
"name": "alt",
|
|
36
|
-
"type": "string",
|
|
37
|
-
"required": false
|
|
38
|
-
},
|
|
39
34
|
"src": {
|
|
40
35
|
"name": "src",
|
|
41
36
|
"type": "string",
|
|
42
37
|
"required": true
|
|
38
|
+
},
|
|
39
|
+
"alt": {
|
|
40
|
+
"name": "alt",
|
|
41
|
+
"type": "string",
|
|
42
|
+
"required": false
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"
|
|
47
|
-
"name": "
|
|
46
|
+
"badge": {
|
|
47
|
+
"name": "badge",
|
|
48
48
|
"type": "string",
|
|
49
49
|
"required": false
|
|
50
50
|
},
|
|
51
|
-
"
|
|
52
|
-
"name": "
|
|
51
|
+
"title": {
|
|
52
|
+
"name": "title",
|
|
53
53
|
"type": "string",
|
|
54
|
-
"required":
|
|
54
|
+
"required": true
|
|
55
55
|
},
|
|
56
|
-
"
|
|
57
|
-
"name": "
|
|
56
|
+
"href": {
|
|
57
|
+
"name": "href",
|
|
58
58
|
"type": "string",
|
|
59
59
|
"required": false
|
|
60
60
|
},
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"type": "string",
|
|
64
64
|
"required": false
|
|
65
65
|
},
|
|
66
|
-
"
|
|
67
|
-
"name": "
|
|
66
|
+
"description": {
|
|
67
|
+
"name": "description",
|
|
68
68
|
"type": "string",
|
|
69
|
-
"required":
|
|
69
|
+
"required": false
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
}
|
|
@@ -151,8 +151,8 @@
|
|
|
151
151
|
"emit",
|
|
152
152
|
"SHOWCASE_CLICK",
|
|
153
153
|
{
|
|
154
|
-
"
|
|
155
|
-
"
|
|
154
|
+
"id": "@payload.id",
|
|
155
|
+
"title": "@payload.title"
|
|
156
156
|
}
|
|
157
157
|
]
|
|
158
158
|
]
|
|
@@ -168,35 +168,35 @@
|
|
|
168
168
|
"accentColor": "",
|
|
169
169
|
"description": "Real-time analytics at a glance.",
|
|
170
170
|
"title": "Dashboard",
|
|
171
|
-
"image": {
|
|
172
|
-
"alt": "Dashboard preview",
|
|
173
|
-
"src": ""
|
|
174
|
-
},
|
|
175
171
|
"href": "",
|
|
176
|
-
"badge": "New"
|
|
172
|
+
"badge": "New",
|
|
173
|
+
"image": {
|
|
174
|
+
"src": "",
|
|
175
|
+
"alt": "Dashboard preview"
|
|
176
|
+
}
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
|
-
"
|
|
179
|
+
"href": "",
|
|
180
180
|
"id": "2",
|
|
181
181
|
"title": "API",
|
|
182
|
-
"
|
|
182
|
+
"description": "GraphQL and REST in one click.",
|
|
183
183
|
"accentColor": "",
|
|
184
184
|
"image": {
|
|
185
|
-
"
|
|
186
|
-
"
|
|
185
|
+
"src": "",
|
|
186
|
+
"alt": "API docs preview"
|
|
187
187
|
},
|
|
188
188
|
"badge": ""
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
|
-
"badge": "Beta",
|
|
192
|
-
"description": "Native apps without native code.",
|
|
193
|
-
"id": "3",
|
|
194
|
-
"title": "Mobile",
|
|
195
191
|
"accentColor": "",
|
|
192
|
+
"title": "Mobile",
|
|
196
193
|
"href": "",
|
|
194
|
+
"description": "Native apps without native code.",
|
|
195
|
+
"id": "3",
|
|
196
|
+
"badge": "Beta",
|
|
197
197
|
"image": {
|
|
198
|
-
"
|
|
199
|
-
"
|
|
198
|
+
"alt": "Mobile app preview",
|
|
199
|
+
"src": ""
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
202
|
],
|
|
@@ -206,18 +206,8 @@
|
|
|
206
206
|
"items": {
|
|
207
207
|
"type": "object",
|
|
208
208
|
"properties": {
|
|
209
|
-
"
|
|
210
|
-
"name": "
|
|
211
|
-
"type": "string",
|
|
212
|
-
"required": true
|
|
213
|
-
},
|
|
214
|
-
"accentColor": {
|
|
215
|
-
"name": "accentColor",
|
|
216
|
-
"type": "string",
|
|
217
|
-
"required": false
|
|
218
|
-
},
|
|
219
|
-
"href": {
|
|
220
|
-
"name": "href",
|
|
209
|
+
"description": {
|
|
210
|
+
"name": "description",
|
|
221
211
|
"type": "string",
|
|
222
212
|
"required": false
|
|
223
213
|
},
|
|
@@ -226,32 +216,42 @@
|
|
|
226
216
|
"type": "object",
|
|
227
217
|
"required": false,
|
|
228
218
|
"properties": {
|
|
229
|
-
"alt": {
|
|
230
|
-
"name": "alt",
|
|
231
|
-
"type": "string",
|
|
232
|
-
"required": false
|
|
233
|
-
},
|
|
234
219
|
"src": {
|
|
235
220
|
"name": "src",
|
|
236
221
|
"type": "string",
|
|
237
222
|
"required": true
|
|
223
|
+
},
|
|
224
|
+
"alt": {
|
|
225
|
+
"name": "alt",
|
|
226
|
+
"type": "string",
|
|
227
|
+
"required": false
|
|
238
228
|
}
|
|
239
229
|
}
|
|
240
230
|
},
|
|
241
|
-
"id": {
|
|
242
|
-
"name": "id",
|
|
243
|
-
"type": "string",
|
|
244
|
-
"required": true
|
|
245
|
-
},
|
|
246
231
|
"badge": {
|
|
247
232
|
"name": "badge",
|
|
248
233
|
"type": "string",
|
|
249
234
|
"required": false
|
|
250
235
|
},
|
|
251
|
-
"
|
|
252
|
-
"name": "
|
|
236
|
+
"href": {
|
|
237
|
+
"name": "href",
|
|
238
|
+
"type": "string",
|
|
239
|
+
"required": false
|
|
240
|
+
},
|
|
241
|
+
"title": {
|
|
242
|
+
"name": "title",
|
|
243
|
+
"type": "string",
|
|
244
|
+
"required": true
|
|
245
|
+
},
|
|
246
|
+
"accentColor": {
|
|
247
|
+
"name": "accentColor",
|
|
253
248
|
"type": "string",
|
|
254
249
|
"required": false
|
|
250
|
+
},
|
|
251
|
+
"id": {
|
|
252
|
+
"name": "id",
|
|
253
|
+
"type": "string",
|
|
254
|
+
"required": true
|
|
255
255
|
}
|
|
256
256
|
}
|
|
257
257
|
}
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"items": {
|
|
22
22
|
"type": "object",
|
|
23
23
|
"properties": {
|
|
24
|
-
"
|
|
25
|
-
"name": "
|
|
24
|
+
"id": {
|
|
25
|
+
"name": "id",
|
|
26
26
|
"type": "string",
|
|
27
27
|
"required": true
|
|
28
28
|
},
|
|
@@ -31,6 +31,11 @@
|
|
|
31
31
|
"type": "string",
|
|
32
32
|
"required": true
|
|
33
33
|
},
|
|
34
|
+
"title": {
|
|
35
|
+
"name": "title",
|
|
36
|
+
"type": "string",
|
|
37
|
+
"required": true
|
|
38
|
+
},
|
|
34
39
|
"icon": {
|
|
35
40
|
"name": "icon",
|
|
36
41
|
"type": "string",
|
|
@@ -40,11 +45,6 @@
|
|
|
40
45
|
"name": "number",
|
|
41
46
|
"type": "number",
|
|
42
47
|
"required": false
|
|
43
|
-
},
|
|
44
|
-
"id": {
|
|
45
|
-
"name": "id",
|
|
46
|
-
"type": "string",
|
|
47
|
-
"required": true
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"render-ui",
|
|
85
85
|
"main",
|
|
86
86
|
{
|
|
87
|
-
"
|
|
88
|
-
"
|
|
87
|
+
"type": "step-flow-organism",
|
|
88
|
+
"entity": "@entity.steps"
|
|
89
89
|
}
|
|
90
90
|
]
|
|
91
91
|
]
|
|
@@ -93,15 +93,22 @@
|
|
|
93
93
|
]
|
|
94
94
|
},
|
|
95
95
|
"config": {
|
|
96
|
+
"orientation": {
|
|
97
|
+
"type": "string",
|
|
98
|
+
"default": "horizontal",
|
|
99
|
+
"label": "Orientation",
|
|
100
|
+
"description": "horizontal or vertical",
|
|
101
|
+
"tier": "customization"
|
|
102
|
+
},
|
|
96
103
|
"steps": {
|
|
97
104
|
"type": "[StepCard]",
|
|
98
105
|
"default": [
|
|
99
106
|
{
|
|
100
107
|
"description": "Describe your app in natural language.",
|
|
108
|
+
"title": "Design",
|
|
101
109
|
"id": "1",
|
|
102
110
|
"icon": "pen-tool",
|
|
103
|
-
"number": 1.0
|
|
104
|
-
"title": "Design"
|
|
111
|
+
"number": 1.0
|
|
105
112
|
},
|
|
106
113
|
{
|
|
107
114
|
"number": 2.0,
|
|
@@ -111,10 +118,10 @@
|
|
|
111
118
|
"id": "2"
|
|
112
119
|
},
|
|
113
120
|
{
|
|
121
|
+
"description": "Deploy to production with one click.",
|
|
114
122
|
"title": "Ship",
|
|
115
123
|
"id": "3",
|
|
116
124
|
"number": 3.0,
|
|
117
|
-
"description": "Deploy to production with one click.",
|
|
118
125
|
"icon": "rocket"
|
|
119
126
|
}
|
|
120
127
|
],
|
|
@@ -124,23 +131,23 @@
|
|
|
124
131
|
"items": {
|
|
125
132
|
"type": "object",
|
|
126
133
|
"properties": {
|
|
134
|
+
"description": {
|
|
135
|
+
"name": "description",
|
|
136
|
+
"type": "string",
|
|
137
|
+
"required": true
|
|
138
|
+
},
|
|
127
139
|
"number": {
|
|
128
140
|
"name": "number",
|
|
129
141
|
"type": "number",
|
|
130
142
|
"required": false
|
|
131
143
|
},
|
|
132
|
-
"title": {
|
|
133
|
-
"name": "title",
|
|
134
|
-
"type": "string",
|
|
135
|
-
"required": true
|
|
136
|
-
},
|
|
137
144
|
"id": {
|
|
138
145
|
"name": "id",
|
|
139
146
|
"type": "string",
|
|
140
147
|
"required": true
|
|
141
148
|
},
|
|
142
|
-
"
|
|
143
|
-
"name": "
|
|
149
|
+
"title": {
|
|
150
|
+
"name": "title",
|
|
144
151
|
"type": "string",
|
|
145
152
|
"required": true
|
|
146
153
|
},
|
|
@@ -151,13 +158,6 @@
|
|
|
151
158
|
}
|
|
152
159
|
}
|
|
153
160
|
}
|
|
154
|
-
},
|
|
155
|
-
"orientation": {
|
|
156
|
-
"type": "string",
|
|
157
|
-
"default": "horizontal",
|
|
158
|
-
"label": "Orientation",
|
|
159
|
-
"description": "horizontal or vertical",
|
|
160
|
-
"tier": "customization"
|
|
161
161
|
}
|
|
162
162
|
},
|
|
163
163
|
"scope": "instance"
|