@takeshape/schema 9.46.0 → 9.47.0
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/dist/migration/index.d.ts +1 -0
- package/dist/migration/index.d.ts.map +1 -1
- package/dist/migration/index.js +4 -1
- package/dist/migration/to/v3.34.0.d.ts +7 -0
- package/dist/migration/to/v3.34.0.d.ts.map +1 -0
- package/dist/migration/to/v3.34.0.js +161 -0
- package/dist/project-schema/index.d.ts +4 -1
- package/dist/project-schema/index.d.ts.map +1 -1
- package/dist/project-schema/index.js +20 -3
- package/dist/project-schema/latest.d.ts +1 -1
- package/dist/project-schema/migrate.d.ts.map +1 -1
- package/dist/project-schema/migrate.js +4 -0
- package/dist/project-schema/v3.34.0.d.ts +1446 -0
- package/dist/project-schema/v3.34.0.d.ts.map +1 -0
- package/dist/project-schema/v3.34.0.js +5 -0
- package/dist/schemas/index.d.ts +2 -2
- package/dist/schemas/index.d.ts.map +1 -1
- package/dist/schemas/index.js +6 -4
- package/dist/schemas/index.ts +4 -2
- package/dist/schemas/project-schema/latest.json +3 -3
- package/dist/schemas/project-schema/v3.34.0.json +3088 -0
- package/dist/schemas/project-schema.json +3 -0
- package/dist/types/types.d.ts +2 -2
- package/dist/types/types.d.ts.map +1 -1
- package/es/migration/index.js +3 -1
- package/es/migration/to/v3.34.0.js +140 -0
- package/es/project-schema/index.js +3 -1
- package/es/project-schema/migrate.js +5 -1
- package/es/project-schema/v3.34.0.js +1 -0
- package/es/schemas/index.js +4 -3
- package/es/schemas/index.ts +4 -2
- package/es/schemas/project-schema/latest.json +3 -3
- package/es/schemas/project-schema/v3.34.0.json +3088 -0
- package/es/schemas/project-schema.json +3 -0
- package/examples/latest/betzino.json +2012 -1756
- package/examples/latest/blog-schema.json +1 -1
- package/examples/latest/brewery-schema.json +31 -26
- package/examples/latest/complex-project-schema.json +645 -480
- package/examples/latest/complex-schema.json +866 -671
- package/examples/latest/fabric-ecommerce.json +7 -38
- package/examples/latest/frank-and-fred-schema.json +866 -671
- package/examples/latest/klirr-schema.json +1641 -1264
- package/examples/latest/massive-schema.json +897 -681
- package/examples/latest/mill-components-schema.json +1 -1
- package/examples/latest/one-earth.json +3012 -2462
- package/examples/latest/pet-oneof-array.json +1 -1
- package/examples/latest/post-schema.json +1 -1
- package/examples/latest/pruned-shopify-product-schema.json +1 -1
- package/examples/latest/real-world-schema.json +19 -14
- package/examples/latest/recursive-repeater-schema.json +1 -1
- package/examples/latest/recursive-schema.json +1 -1
- package/examples/latest/rick-and-morty-ast.json +39 -226
- package/examples/latest/rick-and-morty-graphql.json +35 -222
- package/examples/latest/rick-and-morty-rest.json +1 -1
- package/examples/latest/schema-with-repeater-draftjs.json +1 -1
- package/examples/latest/shape-books-v3_2_0.json +19 -14
- package/examples/latest/shape-books.json +19 -14
- package/examples/latest/shape-editor-schema-edited.json +2 -2
- package/examples/latest/shape-editor-schema-initial.json +2 -2
- package/examples/latest/shopify-lookbook.json +9 -39
- package/examples/latest/shopify-product-2022-07.json +21 -213
- package/examples/latest/shopify-product-2023-04.json +21 -213
- package/examples/latest/shopify-store-with-widget.json +97 -360
- package/examples/latest/stripe-product-runtime-schema.json +21 -213
- package/examples/latest/stripe-starter-resolved.json +21 -213
- package/examples/latest/user-schema-no-required.json +1 -1
- package/examples/latest/user-schema-with-defaults.json +1 -1
- package/package.json +5 -5
|
@@ -7,6 +7,27 @@
|
|
|
7
7
|
],
|
|
8
8
|
"apiVersion": "1",
|
|
9
9
|
"forms": {
|
|
10
|
+
"ResourceNavigationSections": {
|
|
11
|
+
"default": {
|
|
12
|
+
"properties": {
|
|
13
|
+
"name": {
|
|
14
|
+
"widget": "singleLineText"
|
|
15
|
+
},
|
|
16
|
+
"subsections": {
|
|
17
|
+
"widget": "shapeArray"
|
|
18
|
+
},
|
|
19
|
+
"resources": {
|
|
20
|
+
"widget": "relationship"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"widget": "repeater",
|
|
24
|
+
"order": [
|
|
25
|
+
"name",
|
|
26
|
+
"resources",
|
|
27
|
+
"subsections"
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
10
31
|
"ResourceNavigation": {
|
|
11
32
|
"default": {
|
|
12
33
|
"properties": {
|
|
@@ -15,50 +36,10 @@
|
|
|
15
36
|
"widget": "relationship"
|
|
16
37
|
},
|
|
17
38
|
"sections": {
|
|
18
|
-
"
|
|
19
|
-
"name": {
|
|
20
|
-
"widget": "singleLineText"
|
|
21
|
-
},
|
|
22
|
-
"subsections": {
|
|
23
|
-
"properties": {
|
|
24
|
-
"name": {
|
|
25
|
-
"widget": "singleLineText"
|
|
26
|
-
},
|
|
27
|
-
"resources": {
|
|
28
|
-
"widget": "relationship"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"widget": "repeater",
|
|
32
|
-
"order": [
|
|
33
|
-
"name",
|
|
34
|
-
"resources"
|
|
35
|
-
]
|
|
36
|
-
},
|
|
37
|
-
"resources": {
|
|
38
|
-
"widget": "relationship"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"widget": "repeater",
|
|
42
|
-
"order": [
|
|
43
|
-
"name",
|
|
44
|
-
"resources",
|
|
45
|
-
"subsections"
|
|
46
|
-
]
|
|
39
|
+
"widget": "shapeArray"
|
|
47
40
|
},
|
|
48
41
|
"externalResources": {
|
|
49
|
-
"
|
|
50
|
-
"name": {
|
|
51
|
-
"widget": "singleLineText"
|
|
52
|
-
},
|
|
53
|
-
"url": {
|
|
54
|
-
"widget": "singleLineText"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
"widget": "repeater",
|
|
58
|
-
"order": [
|
|
59
|
-
"name",
|
|
60
|
-
"url"
|
|
61
|
-
]
|
|
42
|
+
"widget": "shapeArray"
|
|
62
43
|
}
|
|
63
44
|
},
|
|
64
45
|
"order": [
|
|
@@ -68,6 +49,61 @@
|
|
|
68
49
|
]
|
|
69
50
|
}
|
|
70
51
|
},
|
|
52
|
+
"ResourceNavigationSectionsSubsections": {
|
|
53
|
+
"default": {
|
|
54
|
+
"properties": {
|
|
55
|
+
"name": {
|
|
56
|
+
"widget": "singleLineText"
|
|
57
|
+
},
|
|
58
|
+
"resources": {
|
|
59
|
+
"widget": "relationship"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"widget": "repeater",
|
|
63
|
+
"order": [
|
|
64
|
+
"name",
|
|
65
|
+
"resources"
|
|
66
|
+
]
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"ResourceNavigationExternalResources": {
|
|
70
|
+
"default": {
|
|
71
|
+
"properties": {
|
|
72
|
+
"name": {
|
|
73
|
+
"widget": "singleLineText"
|
|
74
|
+
},
|
|
75
|
+
"url": {
|
|
76
|
+
"widget": "singleLineText"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"widget": "repeater",
|
|
80
|
+
"order": [
|
|
81
|
+
"name",
|
|
82
|
+
"url"
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"ArticlePeerComments": {
|
|
87
|
+
"default": {
|
|
88
|
+
"properties": {
|
|
89
|
+
"responses": {
|
|
90
|
+
"widget": "shapeArray"
|
|
91
|
+
},
|
|
92
|
+
"person": {
|
|
93
|
+
"widget": "relationship"
|
|
94
|
+
},
|
|
95
|
+
"comment": {
|
|
96
|
+
"widget": "wysiwygText"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"widget": "repeater",
|
|
100
|
+
"order": [
|
|
101
|
+
"person",
|
|
102
|
+
"comment",
|
|
103
|
+
"responses"
|
|
104
|
+
]
|
|
105
|
+
}
|
|
106
|
+
},
|
|
71
107
|
"Article": {
|
|
72
108
|
"default": {
|
|
73
109
|
"properties": {
|
|
@@ -100,35 +136,7 @@
|
|
|
100
136
|
"widget": "singleLineText"
|
|
101
137
|
},
|
|
102
138
|
"peerComments": {
|
|
103
|
-
"
|
|
104
|
-
"responses": {
|
|
105
|
-
"properties": {
|
|
106
|
-
"person": {
|
|
107
|
-
"widget": "relationship"
|
|
108
|
-
},
|
|
109
|
-
"response": {
|
|
110
|
-
"widget": "wysiwygText"
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
"widget": "repeater",
|
|
114
|
-
"order": [
|
|
115
|
-
"person",
|
|
116
|
-
"response"
|
|
117
|
-
]
|
|
118
|
-
},
|
|
119
|
-
"person": {
|
|
120
|
-
"widget": "relationship"
|
|
121
|
-
},
|
|
122
|
-
"comment": {
|
|
123
|
-
"widget": "wysiwygText"
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
"widget": "repeater",
|
|
127
|
-
"order": [
|
|
128
|
-
"person",
|
|
129
|
-
"comment",
|
|
130
|
-
"responses"
|
|
131
|
-
]
|
|
139
|
+
"widget": "shapeArray"
|
|
132
140
|
},
|
|
133
141
|
"tags": {
|
|
134
142
|
"instructions": "Do not use hashtags (#) unless the article covers a hashtag (e.g. #MeToo is an appropriate tag for an article about the #MeToo movement).",
|
|
@@ -142,19 +150,7 @@
|
|
|
142
150
|
"widget": "relationship"
|
|
143
151
|
},
|
|
144
152
|
"appearance": {
|
|
145
|
-
"
|
|
146
|
-
"layout": {
|
|
147
|
-
"widget": "dropdown"
|
|
148
|
-
},
|
|
149
|
-
"dropcap": {
|
|
150
|
-
"widget": "toggleSwitch"
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
"widget": "object",
|
|
154
|
-
"order": [
|
|
155
|
-
"layout",
|
|
156
|
-
"dropcap"
|
|
157
|
-
]
|
|
153
|
+
"widget": "shapeObject"
|
|
158
154
|
},
|
|
159
155
|
"displayImage": {
|
|
160
156
|
"instructions": "| This will be displayed at the top of the article when reading, alongside the article in list views, and be the image used when sharing the article on social media. It will be displayed at a 2:3 ratio in some contexts and a 1:1 ratio in other contexts. |",
|
|
@@ -165,21 +161,7 @@
|
|
|
165
161
|
"widget": "relationship"
|
|
166
162
|
},
|
|
167
163
|
"permissions": {
|
|
168
|
-
"
|
|
169
|
-
"excludeFromSyndication": {
|
|
170
|
-
"instructions": "If turned on, article will not be published to our syndication feeds.",
|
|
171
|
-
"widget": "toggleSwitch"
|
|
172
|
-
},
|
|
173
|
-
"membersOnly": {
|
|
174
|
-
"instructions": "Make this article only available to members.",
|
|
175
|
-
"widget": "toggleSwitch"
|
|
176
|
-
}
|
|
177
|
-
},
|
|
178
|
-
"widget": "object",
|
|
179
|
-
"order": [
|
|
180
|
-
"membersOnly",
|
|
181
|
-
"excludeFromSyndication"
|
|
182
|
-
]
|
|
164
|
+
"widget": "shapeObject"
|
|
183
165
|
},
|
|
184
166
|
"subtitle": {
|
|
185
167
|
"widget": "singleLineText"
|
|
@@ -230,6 +212,76 @@
|
|
|
230
212
|
]
|
|
231
213
|
}
|
|
232
214
|
},
|
|
215
|
+
"ArticlePeerCommentsResponses": {
|
|
216
|
+
"default": {
|
|
217
|
+
"properties": {
|
|
218
|
+
"person": {
|
|
219
|
+
"widget": "relationship"
|
|
220
|
+
},
|
|
221
|
+
"response": {
|
|
222
|
+
"widget": "wysiwygText"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"widget": "repeater",
|
|
226
|
+
"order": [
|
|
227
|
+
"person",
|
|
228
|
+
"response"
|
|
229
|
+
]
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
"ArticleAppearance": {
|
|
233
|
+
"default": {
|
|
234
|
+
"properties": {
|
|
235
|
+
"layout": {
|
|
236
|
+
"widget": "dropdown"
|
|
237
|
+
},
|
|
238
|
+
"dropcap": {
|
|
239
|
+
"widget": "toggleSwitch"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"widget": "object",
|
|
243
|
+
"order": [
|
|
244
|
+
"layout",
|
|
245
|
+
"dropcap"
|
|
246
|
+
]
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
"ArticlePermissions": {
|
|
250
|
+
"default": {
|
|
251
|
+
"properties": {
|
|
252
|
+
"excludeFromSyndication": {
|
|
253
|
+
"instructions": "If turned on, article will not be published to our syndication feeds.",
|
|
254
|
+
"widget": "toggleSwitch"
|
|
255
|
+
},
|
|
256
|
+
"membersOnly": {
|
|
257
|
+
"instructions": "Make this article only available to members.",
|
|
258
|
+
"widget": "toggleSwitch"
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
"widget": "object",
|
|
262
|
+
"order": [
|
|
263
|
+
"membersOnly",
|
|
264
|
+
"excludeFromSyndication"
|
|
265
|
+
]
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
"ReportStaff": {
|
|
269
|
+
"default": {
|
|
270
|
+
"properties": {
|
|
271
|
+
"people": {
|
|
272
|
+
"widget": "relationship"
|
|
273
|
+
},
|
|
274
|
+
"role": {
|
|
275
|
+
"widget": "singleLineText"
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
"widget": "repeater",
|
|
279
|
+
"order": [
|
|
280
|
+
"role",
|
|
281
|
+
"people"
|
|
282
|
+
]
|
|
283
|
+
}
|
|
284
|
+
},
|
|
233
285
|
"Report": {
|
|
234
286
|
"default": {
|
|
235
287
|
"properties": {
|
|
@@ -247,41 +299,13 @@
|
|
|
247
299
|
"widget": "paragraphText"
|
|
248
300
|
},
|
|
249
301
|
"staff": {
|
|
250
|
-
"
|
|
251
|
-
"people": {
|
|
252
|
-
"widget": "relationship"
|
|
253
|
-
},
|
|
254
|
-
"role": {
|
|
255
|
-
"widget": "singleLineText"
|
|
256
|
-
}
|
|
257
|
-
},
|
|
258
|
-
"widget": "repeater",
|
|
259
|
-
"order": [
|
|
260
|
-
"role",
|
|
261
|
-
"people"
|
|
262
|
-
]
|
|
302
|
+
"widget": "shapeArray"
|
|
263
303
|
},
|
|
264
304
|
"title": {
|
|
265
305
|
"widget": "singleLineText"
|
|
266
306
|
},
|
|
267
307
|
"download": {
|
|
268
|
-
"
|
|
269
|
-
"cover": {
|
|
270
|
-
"widget": "image"
|
|
271
|
-
},
|
|
272
|
-
"memberfulProductId": {
|
|
273
|
-
"widget": "number"
|
|
274
|
-
},
|
|
275
|
-
"price": {
|
|
276
|
-
"widget": "number"
|
|
277
|
-
}
|
|
278
|
-
},
|
|
279
|
-
"widget": "object",
|
|
280
|
-
"order": [
|
|
281
|
-
"cover",
|
|
282
|
-
"price",
|
|
283
|
-
"memberfulProductId"
|
|
284
|
-
]
|
|
308
|
+
"widget": "shapeObject"
|
|
285
309
|
},
|
|
286
310
|
"paywall": {
|
|
287
311
|
"widget": "toggleSwitch"
|
|
@@ -302,19 +326,7 @@
|
|
|
302
326
|
"widget": "datetime"
|
|
303
327
|
},
|
|
304
328
|
"introduction": {
|
|
305
|
-
"
|
|
306
|
-
"introduction": {
|
|
307
|
-
"widget": "wysiwygText"
|
|
308
|
-
},
|
|
309
|
-
"authors": {
|
|
310
|
-
"widget": "relationship"
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
"widget": "object",
|
|
314
|
-
"order": [
|
|
315
|
-
"introduction",
|
|
316
|
-
"authors"
|
|
317
|
-
]
|
|
329
|
+
"widget": "shapeObject"
|
|
318
330
|
},
|
|
319
331
|
"slug": {
|
|
320
332
|
"widget": "singleLineText"
|
|
@@ -343,6 +355,44 @@
|
|
|
343
355
|
]
|
|
344
356
|
}
|
|
345
357
|
},
|
|
358
|
+
"ReportDownload": {
|
|
359
|
+
"default": {
|
|
360
|
+
"properties": {
|
|
361
|
+
"cover": {
|
|
362
|
+
"widget": "image"
|
|
363
|
+
},
|
|
364
|
+
"memberfulProductId": {
|
|
365
|
+
"widget": "number"
|
|
366
|
+
},
|
|
367
|
+
"price": {
|
|
368
|
+
"widget": "number"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"widget": "object",
|
|
372
|
+
"order": [
|
|
373
|
+
"cover",
|
|
374
|
+
"price",
|
|
375
|
+
"memberfulProductId"
|
|
376
|
+
]
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
"ReportIntroduction": {
|
|
380
|
+
"default": {
|
|
381
|
+
"properties": {
|
|
382
|
+
"introduction": {
|
|
383
|
+
"widget": "wysiwygText"
|
|
384
|
+
},
|
|
385
|
+
"authors": {
|
|
386
|
+
"widget": "relationship"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
"widget": "object",
|
|
390
|
+
"order": [
|
|
391
|
+
"introduction",
|
|
392
|
+
"authors"
|
|
393
|
+
]
|
|
394
|
+
}
|
|
395
|
+
},
|
|
346
396
|
"Partner": {
|
|
347
397
|
"default": {
|
|
348
398
|
"properties": {
|
|
@@ -409,6 +459,27 @@
|
|
|
409
459
|
]
|
|
410
460
|
}
|
|
411
461
|
},
|
|
462
|
+
"ScienceConsortiumTestimonials": {
|
|
463
|
+
"default": {
|
|
464
|
+
"properties": {
|
|
465
|
+
"person": {
|
|
466
|
+
"widget": "relationship"
|
|
467
|
+
},
|
|
468
|
+
"article": {
|
|
469
|
+
"widget": "relationship"
|
|
470
|
+
},
|
|
471
|
+
"quote": {
|
|
472
|
+
"widget": "paragraphText"
|
|
473
|
+
}
|
|
474
|
+
},
|
|
475
|
+
"widget": "repeater",
|
|
476
|
+
"order": [
|
|
477
|
+
"person",
|
|
478
|
+
"quote",
|
|
479
|
+
"article"
|
|
480
|
+
]
|
|
481
|
+
}
|
|
482
|
+
},
|
|
412
483
|
"ScienceConsortium": {
|
|
413
484
|
"default": {
|
|
414
485
|
"properties": {
|
|
@@ -416,23 +487,7 @@
|
|
|
416
487
|
"widget": "wysiwygText"
|
|
417
488
|
},
|
|
418
489
|
"testimonials": {
|
|
419
|
-
"
|
|
420
|
-
"person": {
|
|
421
|
-
"widget": "relationship"
|
|
422
|
-
},
|
|
423
|
-
"article": {
|
|
424
|
-
"widget": "relationship"
|
|
425
|
-
},
|
|
426
|
-
"quote": {
|
|
427
|
-
"widget": "paragraphText"
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
|
-
"widget": "repeater",
|
|
431
|
-
"order": [
|
|
432
|
-
"person",
|
|
433
|
-
"quote",
|
|
434
|
-
"article"
|
|
435
|
-
]
|
|
490
|
+
"widget": "shapeArray"
|
|
436
491
|
},
|
|
437
492
|
"description": {
|
|
438
493
|
"instructions": "Renders to HTML—if you want to show headings, make sure your text is using H1/H2 formatting.",
|
|
@@ -442,19 +497,7 @@
|
|
|
442
497
|
"widget": "singleLineText"
|
|
443
498
|
},
|
|
444
499
|
"signup": {
|
|
445
|
-
"
|
|
446
|
-
"heading": {
|
|
447
|
-
"widget": "singleLineText"
|
|
448
|
-
},
|
|
449
|
-
"subheading": {
|
|
450
|
-
"widget": "singleLineText"
|
|
451
|
-
}
|
|
452
|
-
},
|
|
453
|
-
"widget": "object",
|
|
454
|
-
"order": [
|
|
455
|
-
"heading",
|
|
456
|
-
"subheading"
|
|
457
|
-
]
|
|
500
|
+
"widget": "shapeObject"
|
|
458
501
|
},
|
|
459
502
|
"backgroundImage": {
|
|
460
503
|
"widget": "image"
|
|
@@ -470,6 +513,48 @@
|
|
|
470
513
|
]
|
|
471
514
|
}
|
|
472
515
|
},
|
|
516
|
+
"ScienceConsortiumSignup": {
|
|
517
|
+
"default": {
|
|
518
|
+
"properties": {
|
|
519
|
+
"heading": {
|
|
520
|
+
"widget": "singleLineText"
|
|
521
|
+
},
|
|
522
|
+
"subheading": {
|
|
523
|
+
"widget": "singleLineText"
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
"widget": "object",
|
|
527
|
+
"order": [
|
|
528
|
+
"heading",
|
|
529
|
+
"subheading"
|
|
530
|
+
]
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
"DeckRules": {
|
|
534
|
+
"default": {
|
|
535
|
+
"properties": {
|
|
536
|
+
"limit": {
|
|
537
|
+
"widget": "number"
|
|
538
|
+
},
|
|
539
|
+
"themes": {
|
|
540
|
+
"widget": "relationship"
|
|
541
|
+
},
|
|
542
|
+
"allArticles": {
|
|
543
|
+
"widget": "checkbox"
|
|
544
|
+
},
|
|
545
|
+
"tags": {
|
|
546
|
+
"widget": "relationship"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
"widget": "object",
|
|
550
|
+
"order": [
|
|
551
|
+
"allArticles",
|
|
552
|
+
"tags",
|
|
553
|
+
"themes",
|
|
554
|
+
"limit"
|
|
555
|
+
]
|
|
556
|
+
}
|
|
557
|
+
},
|
|
473
558
|
"Deck": {
|
|
474
559
|
"default": {
|
|
475
560
|
"properties": {
|
|
@@ -496,46 +581,10 @@
|
|
|
496
581
|
"widget": "singleLineText"
|
|
497
582
|
},
|
|
498
583
|
"rules": {
|
|
499
|
-
"
|
|
500
|
-
"limit": {
|
|
501
|
-
"widget": "number"
|
|
502
|
-
},
|
|
503
|
-
"themes": {
|
|
504
|
-
"widget": "relationship"
|
|
505
|
-
},
|
|
506
|
-
"allArticles": {
|
|
507
|
-
"widget": "checkbox"
|
|
508
|
-
},
|
|
509
|
-
"tags": {
|
|
510
|
-
"widget": "relationship"
|
|
511
|
-
}
|
|
512
|
-
},
|
|
513
|
-
"widget": "object",
|
|
514
|
-
"order": [
|
|
515
|
-
"allArticles",
|
|
516
|
-
"tags",
|
|
517
|
-
"themes",
|
|
518
|
-
"limit"
|
|
519
|
-
]
|
|
584
|
+
"widget": "shapeObject"
|
|
520
585
|
},
|
|
521
586
|
"sort": {
|
|
522
|
-
"
|
|
523
|
-
"field": {
|
|
524
|
-
"widget": "dropdown"
|
|
525
|
-
},
|
|
526
|
-
"reverse": {
|
|
527
|
-
"widget": "toggleSwitch"
|
|
528
|
-
},
|
|
529
|
-
"enable": {
|
|
530
|
-
"widget": "toggleSwitch"
|
|
531
|
-
}
|
|
532
|
-
},
|
|
533
|
-
"widget": "object",
|
|
534
|
-
"order": [
|
|
535
|
-
"enable",
|
|
536
|
-
"field",
|
|
537
|
-
"reverse"
|
|
538
|
-
]
|
|
587
|
+
"widget": "shapeObject"
|
|
539
588
|
},
|
|
540
589
|
"url": {
|
|
541
590
|
"instructions": "Should be a complete URL.",
|
|
@@ -555,6 +604,66 @@
|
|
|
555
604
|
]
|
|
556
605
|
}
|
|
557
606
|
},
|
|
607
|
+
"DeckSort": {
|
|
608
|
+
"default": {
|
|
609
|
+
"properties": {
|
|
610
|
+
"field": {
|
|
611
|
+
"widget": "dropdown"
|
|
612
|
+
},
|
|
613
|
+
"reverse": {
|
|
614
|
+
"widget": "toggleSwitch"
|
|
615
|
+
},
|
|
616
|
+
"enable": {
|
|
617
|
+
"widget": "toggleSwitch"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
"widget": "object",
|
|
621
|
+
"order": [
|
|
622
|
+
"enable",
|
|
623
|
+
"field",
|
|
624
|
+
"reverse"
|
|
625
|
+
]
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
"AnswersSections": {
|
|
629
|
+
"default": {
|
|
630
|
+
"properties": {
|
|
631
|
+
"tldr": {
|
|
632
|
+
"instructions": "Only required for long answers",
|
|
633
|
+
"widget": "wysiwygSingleLineText"
|
|
634
|
+
},
|
|
635
|
+
"lastUpdated": {
|
|
636
|
+
"widget": "datetime"
|
|
637
|
+
},
|
|
638
|
+
"question": {
|
|
639
|
+
"widget": "singleLineText"
|
|
640
|
+
},
|
|
641
|
+
"answer": {
|
|
642
|
+
"widget": "wysiwygText"
|
|
643
|
+
},
|
|
644
|
+
"references": {
|
|
645
|
+
"widget": "shapeArray"
|
|
646
|
+
},
|
|
647
|
+
"slug": {
|
|
648
|
+
"instructions": "Used for directly linking to the section",
|
|
649
|
+
"widget": "singleLineText"
|
|
650
|
+
},
|
|
651
|
+
"authors": {
|
|
652
|
+
"widget": "relationship"
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
"widget": "repeater",
|
|
656
|
+
"order": [
|
|
657
|
+
"question",
|
|
658
|
+
"lastUpdated",
|
|
659
|
+
"slug",
|
|
660
|
+
"answer",
|
|
661
|
+
"tldr",
|
|
662
|
+
"authors",
|
|
663
|
+
"references"
|
|
664
|
+
]
|
|
665
|
+
}
|
|
666
|
+
},
|
|
558
667
|
"Answers": {
|
|
559
668
|
"default": {
|
|
560
669
|
"properties": {
|
|
@@ -577,55 +686,7 @@
|
|
|
577
686
|
"widget": "singleLineText"
|
|
578
687
|
},
|
|
579
688
|
"sections": {
|
|
580
|
-
"
|
|
581
|
-
"tldr": {
|
|
582
|
-
"instructions": "Only required for long answers",
|
|
583
|
-
"widget": "wysiwygSingleLineText"
|
|
584
|
-
},
|
|
585
|
-
"lastUpdated": {
|
|
586
|
-
"widget": "datetime"
|
|
587
|
-
},
|
|
588
|
-
"question": {
|
|
589
|
-
"widget": "singleLineText"
|
|
590
|
-
},
|
|
591
|
-
"answer": {
|
|
592
|
-
"widget": "wysiwygText"
|
|
593
|
-
},
|
|
594
|
-
"references": {
|
|
595
|
-
"properties": {
|
|
596
|
-
"citation": {
|
|
597
|
-
"instructions": "APA format preferred. Use this tool to generate based on the DOI URL: https://citation.crosscite.org/",
|
|
598
|
-
"widget": "singleLineText"
|
|
599
|
-
},
|
|
600
|
-
"url": {
|
|
601
|
-
"instructions": "A DOI url is the preferred format",
|
|
602
|
-
"widget": "singleLineText"
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
"widget": "repeater",
|
|
606
|
-
"order": [
|
|
607
|
-
"url",
|
|
608
|
-
"citation"
|
|
609
|
-
]
|
|
610
|
-
},
|
|
611
|
-
"slug": {
|
|
612
|
-
"instructions": "Used for directly linking to the section",
|
|
613
|
-
"widget": "singleLineText"
|
|
614
|
-
},
|
|
615
|
-
"authors": {
|
|
616
|
-
"widget": "relationship"
|
|
617
|
-
}
|
|
618
|
-
},
|
|
619
|
-
"widget": "repeater",
|
|
620
|
-
"order": [
|
|
621
|
-
"question",
|
|
622
|
-
"lastUpdated",
|
|
623
|
-
"slug",
|
|
624
|
-
"answer",
|
|
625
|
-
"tldr",
|
|
626
|
-
"authors",
|
|
627
|
-
"references"
|
|
628
|
-
]
|
|
689
|
+
"widget": "shapeArray"
|
|
629
690
|
}
|
|
630
691
|
},
|
|
631
692
|
"order": [
|
|
@@ -638,6 +699,38 @@
|
|
|
638
699
|
]
|
|
639
700
|
}
|
|
640
701
|
},
|
|
702
|
+
"AnswersSectionsReferences": {
|
|
703
|
+
"default": {
|
|
704
|
+
"properties": {
|
|
705
|
+
"citation": {
|
|
706
|
+
"instructions": "APA format preferred. Use this tool to generate based on the DOI URL: https://citation.crosscite.org/",
|
|
707
|
+
"widget": "singleLineText"
|
|
708
|
+
},
|
|
709
|
+
"url": {
|
|
710
|
+
"instructions": "A DOI url is the preferred format",
|
|
711
|
+
"widget": "singleLineText"
|
|
712
|
+
}
|
|
713
|
+
},
|
|
714
|
+
"widget": "repeater",
|
|
715
|
+
"order": [
|
|
716
|
+
"url",
|
|
717
|
+
"citation"
|
|
718
|
+
]
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
"NoteImages": {
|
|
722
|
+
"default": {
|
|
723
|
+
"properties": {
|
|
724
|
+
"image": {
|
|
725
|
+
"widget": "image"
|
|
726
|
+
}
|
|
727
|
+
},
|
|
728
|
+
"widget": "repeater",
|
|
729
|
+
"order": [
|
|
730
|
+
"image"
|
|
731
|
+
]
|
|
732
|
+
}
|
|
733
|
+
},
|
|
641
734
|
"Note": {
|
|
642
735
|
"default": {
|
|
643
736
|
"properties": {
|
|
@@ -645,15 +738,7 @@
|
|
|
645
738
|
"widget": "paragraphText"
|
|
646
739
|
},
|
|
647
740
|
"images": {
|
|
648
|
-
"
|
|
649
|
-
"image": {
|
|
650
|
-
"widget": "image"
|
|
651
|
-
}
|
|
652
|
-
},
|
|
653
|
-
"widget": "repeater",
|
|
654
|
-
"order": [
|
|
655
|
-
"image"
|
|
656
|
-
]
|
|
741
|
+
"widget": "shapeArray"
|
|
657
742
|
},
|
|
658
743
|
"link": {
|
|
659
744
|
"instructions": "This link will be picked up by our RSS and automatic posters in place of the Note's URL. Only include if the primary purpose of the note is to share the link.",
|
|
@@ -735,6 +820,27 @@
|
|
|
735
820
|
]
|
|
736
821
|
}
|
|
737
822
|
},
|
|
823
|
+
"InstitutionSocial": {
|
|
824
|
+
"default": {
|
|
825
|
+
"properties": {
|
|
826
|
+
"twitter": {
|
|
827
|
+
"widget": "singleLineText"
|
|
828
|
+
},
|
|
829
|
+
"facebook": {
|
|
830
|
+
"widget": "singleLineText"
|
|
831
|
+
},
|
|
832
|
+
"instagram": {
|
|
833
|
+
"widget": "singleLineText"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"widget": "object",
|
|
837
|
+
"order": [
|
|
838
|
+
"twitter",
|
|
839
|
+
"instagram",
|
|
840
|
+
"facebook"
|
|
841
|
+
]
|
|
842
|
+
}
|
|
843
|
+
},
|
|
738
844
|
"Institution": {
|
|
739
845
|
"default": {
|
|
740
846
|
"properties": {
|
|
@@ -742,23 +848,7 @@
|
|
|
742
848
|
"widget": "singleLineText"
|
|
743
849
|
},
|
|
744
850
|
"social": {
|
|
745
|
-
"
|
|
746
|
-
"twitter": {
|
|
747
|
-
"widget": "singleLineText"
|
|
748
|
-
},
|
|
749
|
-
"facebook": {
|
|
750
|
-
"widget": "singleLineText"
|
|
751
|
-
},
|
|
752
|
-
"instagram": {
|
|
753
|
-
"widget": "singleLineText"
|
|
754
|
-
}
|
|
755
|
-
},
|
|
756
|
-
"widget": "object",
|
|
757
|
-
"order": [
|
|
758
|
-
"twitter",
|
|
759
|
-
"instagram",
|
|
760
|
-
"facebook"
|
|
761
|
-
]
|
|
851
|
+
"widget": "shapeObject"
|
|
762
852
|
}
|
|
763
853
|
},
|
|
764
854
|
"order": [
|
|
@@ -815,6 +905,27 @@
|
|
|
815
905
|
]
|
|
816
906
|
}
|
|
817
907
|
},
|
|
908
|
+
"DefaultsMetadata": {
|
|
909
|
+
"default": {
|
|
910
|
+
"properties": {
|
|
911
|
+
"title": {
|
|
912
|
+
"widget": "singleLineText"
|
|
913
|
+
},
|
|
914
|
+
"image": {
|
|
915
|
+
"widget": "image"
|
|
916
|
+
},
|
|
917
|
+
"description": {
|
|
918
|
+
"widget": "paragraphText"
|
|
919
|
+
}
|
|
920
|
+
},
|
|
921
|
+
"widget": "object",
|
|
922
|
+
"order": [
|
|
923
|
+
"title",
|
|
924
|
+
"description",
|
|
925
|
+
"image"
|
|
926
|
+
]
|
|
927
|
+
}
|
|
928
|
+
},
|
|
818
929
|
"Defaults": {
|
|
819
930
|
"default": {
|
|
820
931
|
"properties": {
|
|
@@ -825,23 +936,7 @@
|
|
|
825
936
|
"widget": "relationship"
|
|
826
937
|
},
|
|
827
938
|
"metadata": {
|
|
828
|
-
"
|
|
829
|
-
"title": {
|
|
830
|
-
"widget": "singleLineText"
|
|
831
|
-
},
|
|
832
|
-
"image": {
|
|
833
|
-
"widget": "image"
|
|
834
|
-
},
|
|
835
|
-
"description": {
|
|
836
|
-
"widget": "paragraphText"
|
|
837
|
-
}
|
|
838
|
-
},
|
|
839
|
-
"widget": "object",
|
|
840
|
-
"order": [
|
|
841
|
-
"title",
|
|
842
|
-
"description",
|
|
843
|
-
"image"
|
|
844
|
-
]
|
|
939
|
+
"widget": "shapeObject"
|
|
845
940
|
},
|
|
846
941
|
"promotion": {
|
|
847
942
|
"widget": "relationship"
|
|
@@ -855,6 +950,40 @@
|
|
|
855
950
|
]
|
|
856
951
|
}
|
|
857
952
|
},
|
|
953
|
+
"ReportSectionSubsections": {
|
|
954
|
+
"default": {
|
|
955
|
+
"properties": {
|
|
956
|
+
"answer": {
|
|
957
|
+
"widget": "wysiwygText"
|
|
958
|
+
},
|
|
959
|
+
"question": {
|
|
960
|
+
"widget": "singleLineText"
|
|
961
|
+
},
|
|
962
|
+
"references": {
|
|
963
|
+
"widget": "shapeArray"
|
|
964
|
+
},
|
|
965
|
+
"takeaway": {
|
|
966
|
+
"instructions": "tl;dr",
|
|
967
|
+
"widget": "wysiwygText"
|
|
968
|
+
},
|
|
969
|
+
"slug": {
|
|
970
|
+
"widget": "singleLineText"
|
|
971
|
+
},
|
|
972
|
+
"authors": {
|
|
973
|
+
"widget": "relationship"
|
|
974
|
+
}
|
|
975
|
+
},
|
|
976
|
+
"widget": "repeater",
|
|
977
|
+
"order": [
|
|
978
|
+
"slug",
|
|
979
|
+
"question",
|
|
980
|
+
"answer",
|
|
981
|
+
"takeaway",
|
|
982
|
+
"authors",
|
|
983
|
+
"references"
|
|
984
|
+
]
|
|
985
|
+
}
|
|
986
|
+
},
|
|
858
987
|
"ReportSection": {
|
|
859
988
|
"default": {
|
|
860
989
|
"properties": {
|
|
@@ -862,50 +991,7 @@
|
|
|
862
991
|
"widget": "relationship"
|
|
863
992
|
},
|
|
864
993
|
"subsections": {
|
|
865
|
-
"
|
|
866
|
-
"answer": {
|
|
867
|
-
"widget": "wysiwygText"
|
|
868
|
-
},
|
|
869
|
-
"question": {
|
|
870
|
-
"widget": "singleLineText"
|
|
871
|
-
},
|
|
872
|
-
"references": {
|
|
873
|
-
"properties": {
|
|
874
|
-
"citation": {
|
|
875
|
-
"instructions": "APA format preferred. Use this tool: https://citation.crosscite.org/",
|
|
876
|
-
"widget": "paragraphText"
|
|
877
|
-
},
|
|
878
|
-
"url": {
|
|
879
|
-
"instructions": "A DOI url is the preferred format",
|
|
880
|
-
"widget": "singleLineText"
|
|
881
|
-
}
|
|
882
|
-
},
|
|
883
|
-
"widget": "repeater",
|
|
884
|
-
"order": [
|
|
885
|
-
"url",
|
|
886
|
-
"citation"
|
|
887
|
-
]
|
|
888
|
-
},
|
|
889
|
-
"takeaway": {
|
|
890
|
-
"instructions": "tl;dr",
|
|
891
|
-
"widget": "wysiwygText"
|
|
892
|
-
},
|
|
893
|
-
"slug": {
|
|
894
|
-
"widget": "singleLineText"
|
|
895
|
-
},
|
|
896
|
-
"authors": {
|
|
897
|
-
"widget": "relationship"
|
|
898
|
-
}
|
|
899
|
-
},
|
|
900
|
-
"widget": "repeater",
|
|
901
|
-
"order": [
|
|
902
|
-
"slug",
|
|
903
|
-
"question",
|
|
904
|
-
"answer",
|
|
905
|
-
"takeaway",
|
|
906
|
-
"authors",
|
|
907
|
-
"references"
|
|
908
|
-
]
|
|
994
|
+
"widget": "shapeArray"
|
|
909
995
|
},
|
|
910
996
|
"position": {
|
|
911
997
|
"widget": "number"
|
|
@@ -930,6 +1016,50 @@
|
|
|
930
1016
|
]
|
|
931
1017
|
}
|
|
932
1018
|
},
|
|
1019
|
+
"ReportSectionSubsectionsReferences": {
|
|
1020
|
+
"default": {
|
|
1021
|
+
"properties": {
|
|
1022
|
+
"citation": {
|
|
1023
|
+
"instructions": "APA format preferred. Use this tool: https://citation.crosscite.org/",
|
|
1024
|
+
"widget": "paragraphText"
|
|
1025
|
+
},
|
|
1026
|
+
"url": {
|
|
1027
|
+
"instructions": "A DOI url is the preferred format",
|
|
1028
|
+
"widget": "singleLineText"
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
"widget": "repeater",
|
|
1032
|
+
"order": [
|
|
1033
|
+
"url",
|
|
1034
|
+
"citation"
|
|
1035
|
+
]
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
"TarotHero": {
|
|
1039
|
+
"default": {
|
|
1040
|
+
"properties": {
|
|
1041
|
+
"statusBadge": {
|
|
1042
|
+
"widget": "singleLineText"
|
|
1043
|
+
},
|
|
1044
|
+
"copy": {
|
|
1045
|
+
"widget": "wysiwygSingleLineText"
|
|
1046
|
+
},
|
|
1047
|
+
"heading": {
|
|
1048
|
+
"widget": "singleLineText"
|
|
1049
|
+
},
|
|
1050
|
+
"background": {
|
|
1051
|
+
"widget": "shapeObject"
|
|
1052
|
+
}
|
|
1053
|
+
},
|
|
1054
|
+
"widget": "object",
|
|
1055
|
+
"order": [
|
|
1056
|
+
"statusBadge",
|
|
1057
|
+
"heading",
|
|
1058
|
+
"copy",
|
|
1059
|
+
"background"
|
|
1060
|
+
]
|
|
1061
|
+
}
|
|
1062
|
+
},
|
|
933
1063
|
"Tarot": {
|
|
934
1064
|
"default": {
|
|
935
1065
|
"properties": {
|
|
@@ -941,39 +1071,7 @@
|
|
|
941
1071
|
"widget": "image"
|
|
942
1072
|
},
|
|
943
1073
|
"hero": {
|
|
944
|
-
"
|
|
945
|
-
"statusBadge": {
|
|
946
|
-
"widget": "singleLineText"
|
|
947
|
-
},
|
|
948
|
-
"copy": {
|
|
949
|
-
"widget": "wysiwygSingleLineText"
|
|
950
|
-
},
|
|
951
|
-
"heading": {
|
|
952
|
-
"widget": "singleLineText"
|
|
953
|
-
},
|
|
954
|
-
"background": {
|
|
955
|
-
"properties": {
|
|
956
|
-
"color": {
|
|
957
|
-
"widget": "color"
|
|
958
|
-
},
|
|
959
|
-
"image": {
|
|
960
|
-
"widget": "image"
|
|
961
|
-
}
|
|
962
|
-
},
|
|
963
|
-
"widget": "object",
|
|
964
|
-
"order": [
|
|
965
|
-
"image",
|
|
966
|
-
"color"
|
|
967
|
-
]
|
|
968
|
-
}
|
|
969
|
-
},
|
|
970
|
-
"widget": "object",
|
|
971
|
-
"order": [
|
|
972
|
-
"statusBadge",
|
|
973
|
-
"heading",
|
|
974
|
-
"copy",
|
|
975
|
-
"background"
|
|
976
|
-
]
|
|
1074
|
+
"widget": "shapeObject"
|
|
977
1075
|
},
|
|
978
1076
|
"body": {
|
|
979
1077
|
"widget": "wysiwygText"
|
|
@@ -983,23 +1081,7 @@
|
|
|
983
1081
|
"widget": "singleLineText"
|
|
984
1082
|
},
|
|
985
1083
|
"downloads": {
|
|
986
|
-
"
|
|
987
|
-
"instructions": {
|
|
988
|
-
"widget": "image"
|
|
989
|
-
},
|
|
990
|
-
"teachingGuide": {
|
|
991
|
-
"widget": "singleLineText"
|
|
992
|
-
},
|
|
993
|
-
"guidebook": {
|
|
994
|
-
"widget": "singleLineText"
|
|
995
|
-
}
|
|
996
|
-
},
|
|
997
|
-
"widget": "object",
|
|
998
|
-
"order": [
|
|
999
|
-
"instructions",
|
|
1000
|
-
"guidebook",
|
|
1001
|
-
"teachingGuide"
|
|
1002
|
-
]
|
|
1084
|
+
"widget": "shapeObject"
|
|
1003
1085
|
}
|
|
1004
1086
|
},
|
|
1005
1087
|
"order": [
|
|
@@ -1012,6 +1094,44 @@
|
|
|
1012
1094
|
]
|
|
1013
1095
|
}
|
|
1014
1096
|
},
|
|
1097
|
+
"TarotHeroBackground": {
|
|
1098
|
+
"default": {
|
|
1099
|
+
"properties": {
|
|
1100
|
+
"color": {
|
|
1101
|
+
"widget": "color"
|
|
1102
|
+
},
|
|
1103
|
+
"image": {
|
|
1104
|
+
"widget": "image"
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
"widget": "object",
|
|
1108
|
+
"order": [
|
|
1109
|
+
"image",
|
|
1110
|
+
"color"
|
|
1111
|
+
]
|
|
1112
|
+
}
|
|
1113
|
+
},
|
|
1114
|
+
"TarotDownloads": {
|
|
1115
|
+
"default": {
|
|
1116
|
+
"properties": {
|
|
1117
|
+
"instructions": {
|
|
1118
|
+
"widget": "image"
|
|
1119
|
+
},
|
|
1120
|
+
"teachingGuide": {
|
|
1121
|
+
"widget": "singleLineText"
|
|
1122
|
+
},
|
|
1123
|
+
"guidebook": {
|
|
1124
|
+
"widget": "singleLineText"
|
|
1125
|
+
}
|
|
1126
|
+
},
|
|
1127
|
+
"widget": "object",
|
|
1128
|
+
"order": [
|
|
1129
|
+
"instructions",
|
|
1130
|
+
"guidebook",
|
|
1131
|
+
"teachingGuide"
|
|
1132
|
+
]
|
|
1133
|
+
}
|
|
1134
|
+
},
|
|
1015
1135
|
"Format": {
|
|
1016
1136
|
"default": {
|
|
1017
1137
|
"properties": {
|
|
@@ -1083,10 +1203,27 @@
|
|
|
1083
1203
|
]
|
|
1084
1204
|
}
|
|
1085
1205
|
},
|
|
1086
|
-
"
|
|
1206
|
+
"NewsletterBackground": {
|
|
1087
1207
|
"default": {
|
|
1088
1208
|
"properties": {
|
|
1089
|
-
"
|
|
1209
|
+
"color": {
|
|
1210
|
+
"widget": "color"
|
|
1211
|
+
},
|
|
1212
|
+
"image": {
|
|
1213
|
+
"widget": "image"
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
"widget": "object",
|
|
1217
|
+
"order": [
|
|
1218
|
+
"color",
|
|
1219
|
+
"image"
|
|
1220
|
+
]
|
|
1221
|
+
}
|
|
1222
|
+
},
|
|
1223
|
+
"Newsletter": {
|
|
1224
|
+
"default": {
|
|
1225
|
+
"properties": {
|
|
1226
|
+
"buttonText": {
|
|
1090
1227
|
"instructions": "If empty, defaults to \"Subscribe\"",
|
|
1091
1228
|
"widget": "singleLineText"
|
|
1092
1229
|
},
|
|
@@ -1115,38 +1252,14 @@
|
|
|
1115
1252
|
"widget": "relationship"
|
|
1116
1253
|
},
|
|
1117
1254
|
"background": {
|
|
1118
|
-
"
|
|
1119
|
-
"color": {
|
|
1120
|
-
"widget": "color"
|
|
1121
|
-
},
|
|
1122
|
-
"image": {
|
|
1123
|
-
"widget": "image"
|
|
1124
|
-
}
|
|
1125
|
-
},
|
|
1126
|
-
"widget": "object",
|
|
1127
|
-
"order": [
|
|
1128
|
-
"color",
|
|
1129
|
-
"image"
|
|
1130
|
-
]
|
|
1255
|
+
"widget": "shapeObject"
|
|
1131
1256
|
},
|
|
1132
1257
|
"dripFormId": {
|
|
1133
1258
|
"instructions": "The ID can be found in the URL when using Drip following `/forms/`",
|
|
1134
1259
|
"widget": "singleLineText"
|
|
1135
1260
|
},
|
|
1136
1261
|
"customMetadata": {
|
|
1137
|
-
"
|
|
1138
|
-
"value": {
|
|
1139
|
-
"widget": "singleLineText"
|
|
1140
|
-
},
|
|
1141
|
-
"key": {
|
|
1142
|
-
"widget": "singleLineText"
|
|
1143
|
-
}
|
|
1144
|
-
},
|
|
1145
|
-
"widget": "repeater",
|
|
1146
|
-
"order": [
|
|
1147
|
-
"key",
|
|
1148
|
-
"value"
|
|
1149
|
-
]
|
|
1262
|
+
"widget": "shapeArray"
|
|
1150
1263
|
},
|
|
1151
1264
|
"name": {
|
|
1152
1265
|
"widget": "singleLineText"
|
|
@@ -1177,6 +1290,23 @@
|
|
|
1177
1290
|
]
|
|
1178
1291
|
}
|
|
1179
1292
|
},
|
|
1293
|
+
"NewsletterCustomMetadata": {
|
|
1294
|
+
"default": {
|
|
1295
|
+
"properties": {
|
|
1296
|
+
"value": {
|
|
1297
|
+
"widget": "singleLineText"
|
|
1298
|
+
},
|
|
1299
|
+
"key": {
|
|
1300
|
+
"widget": "singleLineText"
|
|
1301
|
+
}
|
|
1302
|
+
},
|
|
1303
|
+
"widget": "repeater",
|
|
1304
|
+
"order": [
|
|
1305
|
+
"key",
|
|
1306
|
+
"value"
|
|
1307
|
+
]
|
|
1308
|
+
}
|
|
1309
|
+
},
|
|
1180
1310
|
"Asset": {
|
|
1181
1311
|
"default": {
|
|
1182
1312
|
"properties": {
|
|
@@ -1264,53 +1394,34 @@
|
|
|
1264
1394
|
]
|
|
1265
1395
|
}
|
|
1266
1396
|
},
|
|
1397
|
+
"AdvertisingFooterBanner": {
|
|
1398
|
+
"default": {
|
|
1399
|
+
"properties": {
|
|
1400
|
+
"link": {
|
|
1401
|
+
"widget": "singleLineText"
|
|
1402
|
+
},
|
|
1403
|
+
"image": {
|
|
1404
|
+
"widget": "image"
|
|
1405
|
+
}
|
|
1406
|
+
},
|
|
1407
|
+
"widget": "object",
|
|
1408
|
+
"order": [
|
|
1409
|
+
"image",
|
|
1410
|
+
"link"
|
|
1411
|
+
]
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1267
1414
|
"Advertising": {
|
|
1268
1415
|
"default": {
|
|
1269
1416
|
"properties": {
|
|
1270
1417
|
"footerBanner": {
|
|
1271
|
-
"
|
|
1272
|
-
"link": {
|
|
1273
|
-
"widget": "singleLineText"
|
|
1274
|
-
},
|
|
1275
|
-
"image": {
|
|
1276
|
-
"widget": "image"
|
|
1277
|
-
}
|
|
1278
|
-
},
|
|
1279
|
-
"widget": "object",
|
|
1280
|
-
"order": [
|
|
1281
|
-
"image",
|
|
1282
|
-
"link"
|
|
1283
|
-
]
|
|
1418
|
+
"widget": "shapeObject"
|
|
1284
1419
|
},
|
|
1285
1420
|
"headerBanner": {
|
|
1286
|
-
"
|
|
1287
|
-
"link": {
|
|
1288
|
-
"widget": "singleLineText"
|
|
1289
|
-
},
|
|
1290
|
-
"image": {
|
|
1291
|
-
"widget": "image"
|
|
1292
|
-
}
|
|
1293
|
-
},
|
|
1294
|
-
"widget": "object",
|
|
1295
|
-
"order": [
|
|
1296
|
-
"image",
|
|
1297
|
-
"link"
|
|
1298
|
-
]
|
|
1421
|
+
"widget": "shapeObject"
|
|
1299
1422
|
},
|
|
1300
1423
|
"articleSidebar": {
|
|
1301
|
-
"
|
|
1302
|
-
"link": {
|
|
1303
|
-
"widget": "singleLineText"
|
|
1304
|
-
},
|
|
1305
|
-
"image": {
|
|
1306
|
-
"widget": "image"
|
|
1307
|
-
}
|
|
1308
|
-
},
|
|
1309
|
-
"widget": "object",
|
|
1310
|
-
"order": [
|
|
1311
|
-
"image",
|
|
1312
|
-
"link"
|
|
1313
|
-
]
|
|
1424
|
+
"widget": "shapeObject"
|
|
1314
1425
|
}
|
|
1315
1426
|
},
|
|
1316
1427
|
"order": [
|
|
@@ -1320,6 +1431,40 @@
|
|
|
1320
1431
|
]
|
|
1321
1432
|
}
|
|
1322
1433
|
},
|
|
1434
|
+
"AdvertisingHeaderBanner": {
|
|
1435
|
+
"default": {
|
|
1436
|
+
"properties": {
|
|
1437
|
+
"link": {
|
|
1438
|
+
"widget": "singleLineText"
|
|
1439
|
+
},
|
|
1440
|
+
"image": {
|
|
1441
|
+
"widget": "image"
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1444
|
+
"widget": "object",
|
|
1445
|
+
"order": [
|
|
1446
|
+
"image",
|
|
1447
|
+
"link"
|
|
1448
|
+
]
|
|
1449
|
+
}
|
|
1450
|
+
},
|
|
1451
|
+
"AdvertisingArticleSidebar": {
|
|
1452
|
+
"default": {
|
|
1453
|
+
"properties": {
|
|
1454
|
+
"link": {
|
|
1455
|
+
"widget": "singleLineText"
|
|
1456
|
+
},
|
|
1457
|
+
"image": {
|
|
1458
|
+
"widget": "image"
|
|
1459
|
+
}
|
|
1460
|
+
},
|
|
1461
|
+
"widget": "object",
|
|
1462
|
+
"order": [
|
|
1463
|
+
"image",
|
|
1464
|
+
"link"
|
|
1465
|
+
]
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1323
1468
|
"ConsortiumResource": {
|
|
1324
1469
|
"default": {
|
|
1325
1470
|
"properties": {
|
|
@@ -1362,6 +1507,27 @@
|
|
|
1362
1507
|
]
|
|
1363
1508
|
}
|
|
1364
1509
|
},
|
|
1510
|
+
"VideoPeerComments": {
|
|
1511
|
+
"default": {
|
|
1512
|
+
"properties": {
|
|
1513
|
+
"responses": {
|
|
1514
|
+
"widget": "shapeArray"
|
|
1515
|
+
},
|
|
1516
|
+
"person": {
|
|
1517
|
+
"widget": "relationship"
|
|
1518
|
+
},
|
|
1519
|
+
"comment": {
|
|
1520
|
+
"widget": "wysiwygText"
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1523
|
+
"widget": "repeater",
|
|
1524
|
+
"order": [
|
|
1525
|
+
"person",
|
|
1526
|
+
"comment",
|
|
1527
|
+
"responses"
|
|
1528
|
+
]
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1365
1531
|
"Video": {
|
|
1366
1532
|
"default": {
|
|
1367
1533
|
"properties": {
|
|
@@ -1395,35 +1561,7 @@
|
|
|
1395
1561
|
"widget": "singleLineText"
|
|
1396
1562
|
},
|
|
1397
1563
|
"peerComments": {
|
|
1398
|
-
"
|
|
1399
|
-
"responses": {
|
|
1400
|
-
"properties": {
|
|
1401
|
-
"person": {
|
|
1402
|
-
"widget": "relationship"
|
|
1403
|
-
},
|
|
1404
|
-
"response": {
|
|
1405
|
-
"widget": "wysiwygText"
|
|
1406
|
-
}
|
|
1407
|
-
},
|
|
1408
|
-
"widget": "repeater",
|
|
1409
|
-
"order": [
|
|
1410
|
-
"person",
|
|
1411
|
-
"response"
|
|
1412
|
-
]
|
|
1413
|
-
},
|
|
1414
|
-
"person": {
|
|
1415
|
-
"widget": "relationship"
|
|
1416
|
-
},
|
|
1417
|
-
"comment": {
|
|
1418
|
-
"widget": "wysiwygText"
|
|
1419
|
-
}
|
|
1420
|
-
},
|
|
1421
|
-
"widget": "repeater",
|
|
1422
|
-
"order": [
|
|
1423
|
-
"person",
|
|
1424
|
-
"comment",
|
|
1425
|
-
"responses"
|
|
1426
|
-
]
|
|
1564
|
+
"widget": "shapeArray"
|
|
1427
1565
|
},
|
|
1428
1566
|
"slug": {
|
|
1429
1567
|
"widget": "singleLineText"
|
|
@@ -1448,6 +1586,54 @@
|
|
|
1448
1586
|
]
|
|
1449
1587
|
}
|
|
1450
1588
|
},
|
|
1589
|
+
"VideoPeerCommentsResponses": {
|
|
1590
|
+
"default": {
|
|
1591
|
+
"properties": {
|
|
1592
|
+
"person": {
|
|
1593
|
+
"widget": "relationship"
|
|
1594
|
+
},
|
|
1595
|
+
"response": {
|
|
1596
|
+
"widget": "wysiwygText"
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1599
|
+
"widget": "repeater",
|
|
1600
|
+
"order": [
|
|
1601
|
+
"person",
|
|
1602
|
+
"response"
|
|
1603
|
+
]
|
|
1604
|
+
}
|
|
1605
|
+
},
|
|
1606
|
+
"ThemeDesign": {
|
|
1607
|
+
"default": {
|
|
1608
|
+
"instructions": "Need help coming up with an attractive color combination? Try https://randoma11y.com/",
|
|
1609
|
+
"widget": "object",
|
|
1610
|
+
"properties": {
|
|
1611
|
+
"backgroundColor": {
|
|
1612
|
+
"widget": "color"
|
|
1613
|
+
},
|
|
1614
|
+
"billboardModulo": {
|
|
1615
|
+
"instructions": "Displays every Nth article as a billboard. Doesn't display any as a billboard if left blank.",
|
|
1616
|
+
"widget": "number"
|
|
1617
|
+
},
|
|
1618
|
+
"text": {
|
|
1619
|
+
"widget": "dropdown"
|
|
1620
|
+
},
|
|
1621
|
+
"color": {
|
|
1622
|
+
"widget": "dropdown"
|
|
1623
|
+
},
|
|
1624
|
+
"textColor": {
|
|
1625
|
+
"widget": "color"
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
"order": [
|
|
1629
|
+
"textColor",
|
|
1630
|
+
"backgroundColor",
|
|
1631
|
+
"text",
|
|
1632
|
+
"color",
|
|
1633
|
+
"billboardModulo"
|
|
1634
|
+
]
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1451
1637
|
"Theme": {
|
|
1452
1638
|
"default": {
|
|
1453
1639
|
"properties": {
|
|
@@ -1468,32 +1654,7 @@
|
|
|
1468
1654
|
},
|
|
1469
1655
|
"design": {
|
|
1470
1656
|
"instructions": "Need help coming up with an attractive color combination? Try https://randoma11y.com/",
|
|
1471
|
-
"widget": "
|
|
1472
|
-
"properties": {
|
|
1473
|
-
"backgroundColor": {
|
|
1474
|
-
"widget": "color"
|
|
1475
|
-
},
|
|
1476
|
-
"billboardModulo": {
|
|
1477
|
-
"instructions": "Displays every Nth article as a billboard. Doesn't display any as a billboard if left blank.",
|
|
1478
|
-
"widget": "number"
|
|
1479
|
-
},
|
|
1480
|
-
"text": {
|
|
1481
|
-
"widget": "dropdown"
|
|
1482
|
-
},
|
|
1483
|
-
"color": {
|
|
1484
|
-
"widget": "dropdown"
|
|
1485
|
-
},
|
|
1486
|
-
"textColor": {
|
|
1487
|
-
"widget": "color"
|
|
1488
|
-
}
|
|
1489
|
-
},
|
|
1490
|
-
"order": [
|
|
1491
|
-
"textColor",
|
|
1492
|
-
"backgroundColor",
|
|
1493
|
-
"text",
|
|
1494
|
-
"color",
|
|
1495
|
-
"billboardModulo"
|
|
1496
|
-
]
|
|
1657
|
+
"widget": "shapeObject"
|
|
1497
1658
|
},
|
|
1498
1659
|
"name": {
|
|
1499
1660
|
"widget": "singleLineText"
|
|
@@ -1531,6 +1692,23 @@
|
|
|
1531
1692
|
]
|
|
1532
1693
|
}
|
|
1533
1694
|
},
|
|
1695
|
+
"ReportsLandingPageBackground": {
|
|
1696
|
+
"default": {
|
|
1697
|
+
"properties": {
|
|
1698
|
+
"color": {
|
|
1699
|
+
"widget": "color"
|
|
1700
|
+
},
|
|
1701
|
+
"image": {
|
|
1702
|
+
"widget": "image"
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
"widget": "object",
|
|
1706
|
+
"order": [
|
|
1707
|
+
"color",
|
|
1708
|
+
"image"
|
|
1709
|
+
]
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1534
1712
|
"ReportsLandingPage": {
|
|
1535
1713
|
"default": {
|
|
1536
1714
|
"properties": {
|
|
@@ -1538,34 +1716,10 @@
|
|
|
1538
1716
|
"widget": "singleLineText"
|
|
1539
1717
|
},
|
|
1540
1718
|
"background": {
|
|
1541
|
-
"
|
|
1542
|
-
"color": {
|
|
1543
|
-
"widget": "color"
|
|
1544
|
-
},
|
|
1545
|
-
"image": {
|
|
1546
|
-
"widget": "image"
|
|
1547
|
-
}
|
|
1548
|
-
},
|
|
1549
|
-
"widget": "object",
|
|
1550
|
-
"order": [
|
|
1551
|
-
"color",
|
|
1552
|
-
"image"
|
|
1553
|
-
]
|
|
1719
|
+
"widget": "shapeObject"
|
|
1554
1720
|
},
|
|
1555
1721
|
"subscription": {
|
|
1556
|
-
"
|
|
1557
|
-
"coupon": {
|
|
1558
|
-
"widget": "singleLineText"
|
|
1559
|
-
},
|
|
1560
|
-
"memberfulPlanId": {
|
|
1561
|
-
"widget": "singleLineText"
|
|
1562
|
-
}
|
|
1563
|
-
},
|
|
1564
|
-
"widget": "object",
|
|
1565
|
-
"order": [
|
|
1566
|
-
"memberfulPlanId",
|
|
1567
|
-
"coupon"
|
|
1568
|
-
]
|
|
1722
|
+
"widget": "shapeObject"
|
|
1569
1723
|
}
|
|
1570
1724
|
},
|
|
1571
1725
|
"order": [
|
|
@@ -1575,6 +1729,23 @@
|
|
|
1575
1729
|
]
|
|
1576
1730
|
}
|
|
1577
1731
|
},
|
|
1732
|
+
"ReportsLandingPageSubscription": {
|
|
1733
|
+
"default": {
|
|
1734
|
+
"properties": {
|
|
1735
|
+
"coupon": {
|
|
1736
|
+
"widget": "singleLineText"
|
|
1737
|
+
},
|
|
1738
|
+
"memberfulPlanId": {
|
|
1739
|
+
"widget": "singleLineText"
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
"widget": "object",
|
|
1743
|
+
"order": [
|
|
1744
|
+
"memberfulPlanId",
|
|
1745
|
+
"coupon"
|
|
1746
|
+
]
|
|
1747
|
+
}
|
|
1748
|
+
},
|
|
1578
1749
|
"Person": {
|
|
1579
1750
|
"default": {
|
|
1580
1751
|
"properties": {
|
|
@@ -1647,49 +1818,38 @@
|
|
|
1647
1818
|
]
|
|
1648
1819
|
}
|
|
1649
1820
|
},
|
|
1821
|
+
"AboutPagePartnerGroups": {
|
|
1822
|
+
"default": {
|
|
1823
|
+
"properties": {
|
|
1824
|
+
"partners": {
|
|
1825
|
+
"widget": "relationship"
|
|
1826
|
+
},
|
|
1827
|
+
"description": {
|
|
1828
|
+
"widget": "markdownText"
|
|
1829
|
+
},
|
|
1830
|
+
"label": {
|
|
1831
|
+
"widget": "singleLineText"
|
|
1832
|
+
}
|
|
1833
|
+
},
|
|
1834
|
+
"widget": "repeater",
|
|
1835
|
+
"order": [
|
|
1836
|
+
"label",
|
|
1837
|
+
"description",
|
|
1838
|
+
"partners"
|
|
1839
|
+
]
|
|
1840
|
+
}
|
|
1841
|
+
},
|
|
1650
1842
|
"AboutPage": {
|
|
1651
1843
|
"default": {
|
|
1652
1844
|
"properties": {
|
|
1653
1845
|
"partnerGroups": {
|
|
1654
|
-
"
|
|
1655
|
-
"partners": {
|
|
1656
|
-
"widget": "relationship"
|
|
1657
|
-
},
|
|
1658
|
-
"description": {
|
|
1659
|
-
"widget": "markdownText"
|
|
1660
|
-
},
|
|
1661
|
-
"label": {
|
|
1662
|
-
"widget": "singleLineText"
|
|
1663
|
-
}
|
|
1664
|
-
},
|
|
1665
|
-
"widget": "repeater",
|
|
1666
|
-
"order": [
|
|
1667
|
-
"label",
|
|
1668
|
-
"description",
|
|
1669
|
-
"partners"
|
|
1670
|
-
]
|
|
1846
|
+
"widget": "shapeArray"
|
|
1671
1847
|
},
|
|
1672
1848
|
"missionStatement": {
|
|
1673
1849
|
"widget": "wysiwygText"
|
|
1674
1850
|
},
|
|
1675
1851
|
"staff": {
|
|
1676
|
-
"
|
|
1677
|
-
"previously": {
|
|
1678
|
-
"widget": "markdownText"
|
|
1679
|
-
},
|
|
1680
|
-
"person": {
|
|
1681
|
-
"widget": "relationship"
|
|
1682
|
-
},
|
|
1683
|
-
"role": {
|
|
1684
|
-
"widget": "singleLineText"
|
|
1685
|
-
}
|
|
1686
|
-
},
|
|
1687
|
-
"widget": "repeater",
|
|
1688
|
-
"order": [
|
|
1689
|
-
"person",
|
|
1690
|
-
"role",
|
|
1691
|
-
"previously"
|
|
1692
|
-
]
|
|
1852
|
+
"widget": "shapeArray"
|
|
1693
1853
|
}
|
|
1694
1854
|
},
|
|
1695
1855
|
"order": [
|
|
@@ -1699,118 +1859,62 @@
|
|
|
1699
1859
|
]
|
|
1700
1860
|
}
|
|
1701
1861
|
},
|
|
1862
|
+
"AboutPageStaff": {
|
|
1863
|
+
"default": {
|
|
1864
|
+
"properties": {
|
|
1865
|
+
"previously": {
|
|
1866
|
+
"widget": "markdownText"
|
|
1867
|
+
},
|
|
1868
|
+
"person": {
|
|
1869
|
+
"widget": "relationship"
|
|
1870
|
+
},
|
|
1871
|
+
"role": {
|
|
1872
|
+
"widget": "singleLineText"
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
"widget": "repeater",
|
|
1876
|
+
"order": [
|
|
1877
|
+
"person",
|
|
1878
|
+
"role",
|
|
1879
|
+
"previously"
|
|
1880
|
+
]
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1883
|
+
"NavigationAbout": {
|
|
1884
|
+
"default": {
|
|
1885
|
+
"properties": {
|
|
1886
|
+
"link": {
|
|
1887
|
+
"widget": "singleLineText"
|
|
1888
|
+
},
|
|
1889
|
+
"items": {
|
|
1890
|
+
"widget": "shapeArray"
|
|
1891
|
+
},
|
|
1892
|
+
"label": {
|
|
1893
|
+
"widget": "singleLineText"
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
"widget": "object",
|
|
1897
|
+
"order": [
|
|
1898
|
+
"label",
|
|
1899
|
+
"link",
|
|
1900
|
+
"items"
|
|
1901
|
+
]
|
|
1902
|
+
}
|
|
1903
|
+
},
|
|
1702
1904
|
"Navigation": {
|
|
1703
1905
|
"default": {
|
|
1704
1906
|
"properties": {
|
|
1705
1907
|
"about": {
|
|
1706
|
-
"
|
|
1707
|
-
"link": {
|
|
1708
|
-
"widget": "singleLineText"
|
|
1709
|
-
},
|
|
1710
|
-
"items": {
|
|
1711
|
-
"properties": {
|
|
1712
|
-
"link": {
|
|
1713
|
-
"widget": "singleLineText"
|
|
1714
|
-
},
|
|
1715
|
-
"label": {
|
|
1716
|
-
"widget": "singleLineText"
|
|
1717
|
-
},
|
|
1718
|
-
"page": {
|
|
1719
|
-
"widget": "relationship"
|
|
1720
|
-
}
|
|
1721
|
-
},
|
|
1722
|
-
"widget": "repeater",
|
|
1723
|
-
"order": [
|
|
1724
|
-
"page",
|
|
1725
|
-
"label",
|
|
1726
|
-
"link"
|
|
1727
|
-
]
|
|
1728
|
-
},
|
|
1729
|
-
"label": {
|
|
1730
|
-
"widget": "singleLineText"
|
|
1731
|
-
}
|
|
1732
|
-
},
|
|
1733
|
-
"widget": "object",
|
|
1734
|
-
"order": [
|
|
1735
|
-
"label",
|
|
1736
|
-
"link",
|
|
1737
|
-
"items"
|
|
1738
|
-
]
|
|
1908
|
+
"widget": "shapeObject"
|
|
1739
1909
|
},
|
|
1740
1910
|
"stories": {
|
|
1741
|
-
"
|
|
1742
|
-
"themes": {
|
|
1743
|
-
"widget": "relationship"
|
|
1744
|
-
}
|
|
1745
|
-
},
|
|
1746
|
-
"widget": "object",
|
|
1747
|
-
"order": [
|
|
1748
|
-
"themes"
|
|
1749
|
-
]
|
|
1911
|
+
"widget": "shapeObject"
|
|
1750
1912
|
},
|
|
1751
1913
|
"store": {
|
|
1752
|
-
"
|
|
1753
|
-
"link": {
|
|
1754
|
-
"widget": "singleLineText"
|
|
1755
|
-
},
|
|
1756
|
-
"items": {
|
|
1757
|
-
"properties": {
|
|
1758
|
-
"link": {
|
|
1759
|
-
"widget": "singleLineText"
|
|
1760
|
-
},
|
|
1761
|
-
"label": {
|
|
1762
|
-
"widget": "singleLineText"
|
|
1763
|
-
}
|
|
1764
|
-
},
|
|
1765
|
-
"widget": "repeater",
|
|
1766
|
-
"order": [
|
|
1767
|
-
"label",
|
|
1768
|
-
"link"
|
|
1769
|
-
]
|
|
1770
|
-
},
|
|
1771
|
-
"label": {
|
|
1772
|
-
"widget": "singleLineText"
|
|
1773
|
-
}
|
|
1774
|
-
},
|
|
1775
|
-
"widget": "object",
|
|
1776
|
-
"order": [
|
|
1777
|
-
"label",
|
|
1778
|
-
"link",
|
|
1779
|
-
"items"
|
|
1780
|
-
]
|
|
1914
|
+
"widget": "shapeObject"
|
|
1781
1915
|
},
|
|
1782
1916
|
"consortium": {
|
|
1783
|
-
"
|
|
1784
|
-
"link": {
|
|
1785
|
-
"widget": "singleLineText"
|
|
1786
|
-
},
|
|
1787
|
-
"items": {
|
|
1788
|
-
"properties": {
|
|
1789
|
-
"link": {
|
|
1790
|
-
"instructions": "Overrides setting for Page",
|
|
1791
|
-
"widget": "singleLineText"
|
|
1792
|
-
},
|
|
1793
|
-
"label": {
|
|
1794
|
-
"instructions": "Overrides setting for Page",
|
|
1795
|
-
"widget": "singleLineText"
|
|
1796
|
-
}
|
|
1797
|
-
},
|
|
1798
|
-
"widget": "repeater",
|
|
1799
|
-
"order": [
|
|
1800
|
-
"label",
|
|
1801
|
-
"link"
|
|
1802
|
-
]
|
|
1803
|
-
},
|
|
1804
|
-
"label": {
|
|
1805
|
-
"widget": "singleLineText"
|
|
1806
|
-
}
|
|
1807
|
-
},
|
|
1808
|
-
"widget": "object",
|
|
1809
|
-
"order": [
|
|
1810
|
-
"label",
|
|
1811
|
-
"link",
|
|
1812
|
-
"items"
|
|
1813
|
-
]
|
|
1917
|
+
"widget": "shapeObject"
|
|
1814
1918
|
}
|
|
1815
1919
|
},
|
|
1816
1920
|
"order": [
|
|
@@ -1820,6 +1924,118 @@
|
|
|
1820
1924
|
"about"
|
|
1821
1925
|
]
|
|
1822
1926
|
}
|
|
1927
|
+
},
|
|
1928
|
+
"NavigationAboutItems": {
|
|
1929
|
+
"default": {
|
|
1930
|
+
"properties": {
|
|
1931
|
+
"link": {
|
|
1932
|
+
"widget": "singleLineText"
|
|
1933
|
+
},
|
|
1934
|
+
"label": {
|
|
1935
|
+
"widget": "singleLineText"
|
|
1936
|
+
},
|
|
1937
|
+
"page": {
|
|
1938
|
+
"widget": "relationship"
|
|
1939
|
+
}
|
|
1940
|
+
},
|
|
1941
|
+
"widget": "repeater",
|
|
1942
|
+
"order": [
|
|
1943
|
+
"page",
|
|
1944
|
+
"label",
|
|
1945
|
+
"link"
|
|
1946
|
+
]
|
|
1947
|
+
}
|
|
1948
|
+
},
|
|
1949
|
+
"NavigationStories": {
|
|
1950
|
+
"default": {
|
|
1951
|
+
"properties": {
|
|
1952
|
+
"themes": {
|
|
1953
|
+
"widget": "relationship"
|
|
1954
|
+
}
|
|
1955
|
+
},
|
|
1956
|
+
"widget": "object",
|
|
1957
|
+
"order": [
|
|
1958
|
+
"themes"
|
|
1959
|
+
]
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
"NavigationStore": {
|
|
1963
|
+
"default": {
|
|
1964
|
+
"properties": {
|
|
1965
|
+
"link": {
|
|
1966
|
+
"widget": "singleLineText"
|
|
1967
|
+
},
|
|
1968
|
+
"items": {
|
|
1969
|
+
"widget": "shapeArray"
|
|
1970
|
+
},
|
|
1971
|
+
"label": {
|
|
1972
|
+
"widget": "singleLineText"
|
|
1973
|
+
}
|
|
1974
|
+
},
|
|
1975
|
+
"widget": "object",
|
|
1976
|
+
"order": [
|
|
1977
|
+
"label",
|
|
1978
|
+
"link",
|
|
1979
|
+
"items"
|
|
1980
|
+
]
|
|
1981
|
+
}
|
|
1982
|
+
},
|
|
1983
|
+
"NavigationStoreItems": {
|
|
1984
|
+
"default": {
|
|
1985
|
+
"properties": {
|
|
1986
|
+
"link": {
|
|
1987
|
+
"widget": "singleLineText"
|
|
1988
|
+
},
|
|
1989
|
+
"label": {
|
|
1990
|
+
"widget": "singleLineText"
|
|
1991
|
+
}
|
|
1992
|
+
},
|
|
1993
|
+
"widget": "repeater",
|
|
1994
|
+
"order": [
|
|
1995
|
+
"label",
|
|
1996
|
+
"link"
|
|
1997
|
+
]
|
|
1998
|
+
}
|
|
1999
|
+
},
|
|
2000
|
+
"NavigationConsortium": {
|
|
2001
|
+
"default": {
|
|
2002
|
+
"properties": {
|
|
2003
|
+
"link": {
|
|
2004
|
+
"widget": "singleLineText"
|
|
2005
|
+
},
|
|
2006
|
+
"items": {
|
|
2007
|
+
"widget": "shapeArray"
|
|
2008
|
+
},
|
|
2009
|
+
"label": {
|
|
2010
|
+
"widget": "singleLineText"
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
"widget": "object",
|
|
2014
|
+
"order": [
|
|
2015
|
+
"label",
|
|
2016
|
+
"link",
|
|
2017
|
+
"items"
|
|
2018
|
+
]
|
|
2019
|
+
}
|
|
2020
|
+
},
|
|
2021
|
+
"NavigationConsortiumItems": {
|
|
2022
|
+
"default": {
|
|
2023
|
+
"properties": {
|
|
2024
|
+
"link": {
|
|
2025
|
+
"instructions": "Overrides setting for Page",
|
|
2026
|
+
"widget": "singleLineText"
|
|
2027
|
+
},
|
|
2028
|
+
"label": {
|
|
2029
|
+
"instructions": "Overrides setting for Page",
|
|
2030
|
+
"widget": "singleLineText"
|
|
2031
|
+
}
|
|
2032
|
+
},
|
|
2033
|
+
"widget": "repeater",
|
|
2034
|
+
"order": [
|
|
2035
|
+
"label",
|
|
2036
|
+
"link"
|
|
2037
|
+
]
|
|
2038
|
+
}
|
|
1823
2039
|
}
|
|
1824
2040
|
},
|
|
1825
2041
|
"queries": {
|
|
@@ -7837,6 +8053,6 @@
|
|
|
7837
8053
|
}
|
|
7838
8054
|
}
|
|
7839
8055
|
},
|
|
7840
|
-
"schemaVersion": "3.
|
|
8056
|
+
"schemaVersion": "3.34.0",
|
|
7841
8057
|
"services": {}
|
|
7842
8058
|
}
|