@cloudcannon/configuration-types 0.0.43 → 0.0.44

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.
@@ -16,6 +16,12 @@
16
16
  "collections_config": {
17
17
  "$ref": "#/definitions/collections_config:BuildCoupled"
18
18
  },
19
+ "collections_config_from_glob": {
20
+ "type": "array",
21
+ "items": {
22
+ "type": "string"
23
+ }
24
+ },
19
25
  "collection_groups": {
20
26
  "$ref": "#/definitions/collection_groups"
21
27
  },
@@ -104,6 +110,12 @@
104
110
  }
105
111
  ]
106
112
  },
113
+ "_inputs_from_glob": {
114
+ "type": "array",
115
+ "items": {
116
+ "type": "string"
117
+ }
118
+ },
107
119
  "_select_data": {
108
120
  "allOf": [
109
121
  {
@@ -118,15 +130,33 @@
118
130
  }
119
131
  ]
120
132
  },
133
+ "_structures_from_glob": {
134
+ "type": "array",
135
+ "items": {
136
+ "type": "string"
137
+ }
138
+ },
121
139
  "_enabled_editors": {
122
140
  "$ref": "#/definitions/type._enabled_editors"
123
141
  },
124
142
  "_editables": {
125
143
  "$ref": "#/definitions/type._editables"
126
144
  },
145
+ "_editables_from_glob": {
146
+ "type": "array",
147
+ "items": {
148
+ "type": "string"
149
+ }
150
+ },
127
151
  "_snippets": {
128
152
  "$ref": "#/definitions/type._snippets"
129
153
  },
154
+ "_snippets_from_glob": {
155
+ "type": "array",
156
+ "items": {
157
+ "type": "string"
158
+ }
159
+ },
130
160
  "_snippets_imports": {
131
161
  "allOf": [
132
162
  {
@@ -134,12 +164,30 @@
134
164
  }
135
165
  ]
136
166
  },
167
+ "_snippets_imports_from_glob": {
168
+ "type": "array",
169
+ "items": {
170
+ "type": "string"
171
+ }
172
+ },
137
173
  "_snippets_templates": {
138
174
  "$ref": "#/definitions/type._snippets_templates"
139
175
  },
176
+ "_snippets_templates_from_glob": {
177
+ "type": "array",
178
+ "items": {
179
+ "type": "string"
180
+ }
181
+ },
140
182
  "_snippets_definitions": {
141
183
  "$ref": "#/definitions/type._snippets_definitions"
142
184
  },
185
+ "_snippets_definitions_from_glob": {
186
+ "type": "array",
187
+ "items": {
188
+ "type": "string"
189
+ }
190
+ },
143
191
  "collections_config_override": {
144
192
  "$ref": "#/definitions/collections_config_override"
145
193
  },
@@ -543,6 +591,12 @@
543
591
  }
544
592
  ]
545
593
  },
594
+ "_inputs_from_glob": {
595
+ "type": "array",
596
+ "items": {
597
+ "type": "string"
598
+ }
599
+ },
546
600
  "_select_data": {
547
601
  "allOf": [
548
602
  {
@@ -557,11 +611,23 @@
557
611
  }
558
612
  ]
559
613
  },
614
+ "_structures_from_glob": {
615
+ "type": "array",
616
+ "items": {
617
+ "type": "string"
618
+ }
619
+ },
560
620
  "_enabled_editors": {
561
621
  "$ref": "#/definitions/type._enabled_editors"
562
622
  },
563
623
  "_editables": {
564
624
  "$ref": "#/definitions/type._editables"
625
+ },
626
+ "_editables_from_glob": {
627
+ "type": "array",
628
+ "items": {
629
+ "type": "string"
630
+ }
565
631
  }
566
632
  },
567
633
  "required": [
@@ -572,6 +638,12 @@
572
638
  },
573
639
  "markdownDescription": "This key defines which Schemas are available to populate files in this Collection."
574
640
  },
641
+ "schemas_config_from_glob": {
642
+ "type": "array",
643
+ "items": {
644
+ "type": "string"
645
+ }
646
+ },
575
647
  "schema_key": {
576
648
  "description": "This key defines the name for the structured data key that references the Schema a file uses.",
577
649
  "type": "string",
@@ -591,6 +663,12 @@
591
663
  }
592
664
  ]
593
665
  },
666
+ "_inputs_from_glob": {
667
+ "type": "array",
668
+ "items": {
669
+ "type": "string"
670
+ }
671
+ },
594
672
  "_select_data": {
595
673
  "allOf": [
596
674
  {
@@ -605,12 +683,24 @@
605
683
  }
606
684
  ]
607
685
  },
686
+ "_structures_from_glob": {
687
+ "type": "array",
688
+ "items": {
689
+ "type": "string"
690
+ }
691
+ },
608
692
  "_enabled_editors": {
609
693
  "$ref": "#/definitions/type._enabled_editors"
610
694
  },
611
695
  "_editables": {
612
696
  "$ref": "#/definitions/type._editables"
613
697
  },
698
+ "_editables_from_glob": {
699
+ "type": "array",
700
+ "items": {
701
+ "type": "string"
702
+ }
703
+ },
614
704
  "filter": {
615
705
  "allOf": [
616
706
  {
@@ -4327,6 +4417,12 @@
4327
4417
  }
4328
4418
  ]
4329
4419
  },
4420
+ "_inputs_from_glob": {
4421
+ "type": "array",
4422
+ "items": {
4423
+ "type": "string"
4424
+ }
4425
+ },
4330
4426
  "_select_data": {
4331
4427
  "allOf": [
4332
4428
  {
@@ -4340,6 +4436,12 @@
4340
4436
  "$ref": "#/definitions/type._structures"
4341
4437
  }
4342
4438
  ]
4439
+ },
4440
+ "_structures_from_glob": {
4441
+ "type": "array",
4442
+ "items": {
4443
+ "type": "string"
4444
+ }
4343
4445
  }
4344
4446
  },
4345
4447
  "additionalProperties": false,
@@ -4363,7 +4465,7 @@
4363
4465
  {
4364
4466
  "title": "Known Input",
4365
4467
  "description": "A union of all input types that are known to the CloudCannon configuration schema.",
4366
- "anyOf": [
4468
+ "oneOf": [
4367
4469
  {
4368
4470
  "$ref": "#/definitions/TextInput"
4369
4471
  },
@@ -8899,6 +9001,12 @@
8899
9001
  }
8900
9002
  ]
8901
9003
  },
9004
+ "_inputs_from_glob": {
9005
+ "type": "array",
9006
+ "items": {
9007
+ "type": "string"
9008
+ }
9009
+ },
8902
9010
  "_select_data": {
8903
9011
  "allOf": [
8904
9012
  {
@@ -8913,6 +9021,12 @@
8913
9021
  }
8914
9022
  ]
8915
9023
  },
9024
+ "_structures_from_glob": {
9025
+ "type": "array",
9026
+ "items": {
9027
+ "type": "string"
9028
+ }
9029
+ },
8916
9030
  "id": {
8917
9031
  "description": "A unique reference value used when referring to this structure value from the Object input's assigned_structures option.",
8918
9032
  "type": "string",
@@ -9034,6 +9148,12 @@
9034
9148
  },
9035
9149
  "markdownDescription": "Defines what values are available to add when using this structure."
9036
9150
  },
9151
+ "values_from_glob": {
9152
+ "type": "array",
9153
+ "items": {
9154
+ "type": "string"
9155
+ }
9156
+ },
9037
9157
  "id_key": {
9038
9158
  "description": "Defines what key should be used to detect which structure an item is. If this key is not found in the existing structure, a comparison of key names is used. Defaults to \"_type\".",
9039
9159
  "default": "_type",
@@ -9941,6 +10061,12 @@
9941
10061
  }
9942
10062
  ]
9943
10063
  },
10064
+ "_inputs_from_glob": {
10065
+ "type": "array",
10066
+ "items": {
10067
+ "type": "string"
10068
+ }
10069
+ },
9944
10070
  "_select_data": {
9945
10071
  "allOf": [
9946
10072
  {
@@ -9955,11 +10081,23 @@
9955
10081
  }
9956
10082
  ]
9957
10083
  },
10084
+ "_structures_from_glob": {
10085
+ "type": "array",
10086
+ "items": {
10087
+ "type": "string"
10088
+ }
10089
+ },
9958
10090
  "_enabled_editors": {
9959
10091
  "$ref": "#/definitions/type._enabled_editors"
9960
10092
  },
9961
10093
  "_editables": {
9962
10094
  "$ref": "#/definitions/type._editables"
10095
+ },
10096
+ "_editables_from_glob": {
10097
+ "type": "array",
10098
+ "items": {
10099
+ "type": "string"
10100
+ }
9963
10101
  }
9964
10102
  },
9965
10103
  "required": [
@@ -10244,6 +10382,12 @@
10244
10382
  }
10245
10383
  ]
10246
10384
  },
10385
+ "_inputs_from_glob": {
10386
+ "type": "array",
10387
+ "items": {
10388
+ "type": "string"
10389
+ }
10390
+ },
10247
10391
  "_select_data": {
10248
10392
  "allOf": [
10249
10393
  {
@@ -10258,6 +10402,12 @@
10258
10402
  }
10259
10403
  ]
10260
10404
  },
10405
+ "_structures_from_glob": {
10406
+ "type": "array",
10407
+ "items": {
10408
+ "type": "string"
10409
+ }
10410
+ },
10261
10411
  "preview": {
10262
10412
  "allOf": [
10263
10413
  {
@@ -327,6 +327,12 @@
327
327
  }
328
328
  ]
329
329
  },
330
+ "_inputs_from_glob": {
331
+ "type": "array",
332
+ "items": {
333
+ "type": "string"
334
+ }
335
+ },
330
336
  "_select_data": {
331
337
  "allOf": [
332
338
  {
@@ -341,11 +347,23 @@
341
347
  }
342
348
  ]
343
349
  },
350
+ "_structures_from_glob": {
351
+ "type": "array",
352
+ "items": {
353
+ "type": "string"
354
+ }
355
+ },
344
356
  "_enabled_editors": {
345
357
  "$ref": "#/definitions/type._enabled_editors"
346
358
  },
347
359
  "_editables": {
348
360
  "$ref": "#/definitions/type._editables"
361
+ },
362
+ "_editables_from_glob": {
363
+ "type": "array",
364
+ "items": {
365
+ "type": "string"
366
+ }
349
367
  }
350
368
  },
351
369
  "required": [
@@ -356,6 +374,12 @@
356
374
  },
357
375
  "markdownDescription": "This key defines which Schemas are available to populate files in this Collection."
358
376
  },
377
+ "schemas_config_from_glob": {
378
+ "type": "array",
379
+ "items": {
380
+ "type": "string"
381
+ }
382
+ },
359
383
  "schema_key": {
360
384
  "description": "This key defines the name for the structured data key that references the Schema a file uses.",
361
385
  "type": "string",
@@ -375,6 +399,12 @@
375
399
  }
376
400
  ]
377
401
  },
402
+ "_inputs_from_glob": {
403
+ "type": "array",
404
+ "items": {
405
+ "type": "string"
406
+ }
407
+ },
378
408
  "_select_data": {
379
409
  "allOf": [
380
410
  {
@@ -389,12 +419,24 @@
389
419
  }
390
420
  ]
391
421
  },
422
+ "_structures_from_glob": {
423
+ "type": "array",
424
+ "items": {
425
+ "type": "string"
426
+ }
427
+ },
392
428
  "_enabled_editors": {
393
429
  "$ref": "#/definitions/type._enabled_editors"
394
430
  },
395
431
  "_editables": {
396
432
  "$ref": "#/definitions/type._editables"
397
433
  },
434
+ "_editables_from_glob": {
435
+ "type": "array",
436
+ "items": {
437
+ "type": "string"
438
+ }
439
+ },
398
440
  "filter": {
399
441
  "allOf": [
400
442
  {
@@ -426,6 +468,12 @@
426
468
  },
427
469
  "markdownDescription": "Definitions for your collections, which are the sets of content files for your site grouped by folder. Entries are keyed by a chosen collection key, and contain configuration specific to that collection."
428
470
  },
471
+ "collections_config_from_glob": {
472
+ "type": "array",
473
+ "items": {
474
+ "type": "string"
475
+ }
476
+ },
429
477
  "collection_groups": {
430
478
  "$ref": "#/definitions/collection_groups"
431
479
  },
@@ -514,6 +562,12 @@
514
562
  }
515
563
  ]
516
564
  },
565
+ "_inputs_from_glob": {
566
+ "type": "array",
567
+ "items": {
568
+ "type": "string"
569
+ }
570
+ },
517
571
  "_select_data": {
518
572
  "allOf": [
519
573
  {
@@ -528,15 +582,33 @@
528
582
  }
529
583
  ]
530
584
  },
585
+ "_structures_from_glob": {
586
+ "type": "array",
587
+ "items": {
588
+ "type": "string"
589
+ }
590
+ },
531
591
  "_enabled_editors": {
532
592
  "$ref": "#/definitions/type._enabled_editors"
533
593
  },
534
594
  "_editables": {
535
595
  "$ref": "#/definitions/type._editables"
536
596
  },
597
+ "_editables_from_glob": {
598
+ "type": "array",
599
+ "items": {
600
+ "type": "string"
601
+ }
602
+ },
537
603
  "_snippets": {
538
604
  "$ref": "#/definitions/type._snippets"
539
605
  },
606
+ "_snippets_from_glob": {
607
+ "type": "array",
608
+ "items": {
609
+ "type": "string"
610
+ }
611
+ },
540
612
  "_snippets_imports": {
541
613
  "allOf": [
542
614
  {
@@ -544,12 +616,30 @@
544
616
  }
545
617
  ]
546
618
  },
619
+ "_snippets_imports_from_glob": {
620
+ "type": "array",
621
+ "items": {
622
+ "type": "string"
623
+ }
624
+ },
547
625
  "_snippets_templates": {
548
626
  "$ref": "#/definitions/type._snippets_templates"
549
627
  },
628
+ "_snippets_templates_from_glob": {
629
+ "type": "array",
630
+ "items": {
631
+ "type": "string"
632
+ }
633
+ },
550
634
  "_snippets_definitions": {
551
635
  "$ref": "#/definitions/type._snippets_definitions"
552
636
  },
637
+ "_snippets_definitions_from_glob": {
638
+ "type": "array",
639
+ "items": {
640
+ "type": "string"
641
+ }
642
+ },
553
643
  "collections_config_override": {
554
644
  "$ref": "#/definitions/collections_config_override"
555
645
  },
@@ -4329,6 +4419,12 @@
4329
4419
  }
4330
4420
  ]
4331
4421
  },
4422
+ "_inputs_from_glob": {
4423
+ "type": "array",
4424
+ "items": {
4425
+ "type": "string"
4426
+ }
4427
+ },
4332
4428
  "_select_data": {
4333
4429
  "allOf": [
4334
4430
  {
@@ -4342,6 +4438,12 @@
4342
4438
  "$ref": "#/definitions/type._structures"
4343
4439
  }
4344
4440
  ]
4441
+ },
4442
+ "_structures_from_glob": {
4443
+ "type": "array",
4444
+ "items": {
4445
+ "type": "string"
4446
+ }
4345
4447
  }
4346
4448
  },
4347
4449
  "additionalProperties": false,
@@ -4365,7 +4467,7 @@
4365
4467
  {
4366
4468
  "title": "Known Input",
4367
4469
  "description": "A union of all input types that are known to the CloudCannon configuration schema.",
4368
- "anyOf": [
4470
+ "oneOf": [
4369
4471
  {
4370
4472
  "$ref": "#/definitions/TextInput"
4371
4473
  },
@@ -8901,6 +9003,12 @@
8901
9003
  }
8902
9004
  ]
8903
9005
  },
9006
+ "_inputs_from_glob": {
9007
+ "type": "array",
9008
+ "items": {
9009
+ "type": "string"
9010
+ }
9011
+ },
8904
9012
  "_select_data": {
8905
9013
  "allOf": [
8906
9014
  {
@@ -8915,6 +9023,12 @@
8915
9023
  }
8916
9024
  ]
8917
9025
  },
9026
+ "_structures_from_glob": {
9027
+ "type": "array",
9028
+ "items": {
9029
+ "type": "string"
9030
+ }
9031
+ },
8918
9032
  "id": {
8919
9033
  "description": "A unique reference value used when referring to this structure value from the Object input's assigned_structures option.",
8920
9034
  "type": "string",
@@ -9036,6 +9150,12 @@
9036
9150
  },
9037
9151
  "markdownDescription": "Defines what values are available to add when using this structure."
9038
9152
  },
9153
+ "values_from_glob": {
9154
+ "type": "array",
9155
+ "items": {
9156
+ "type": "string"
9157
+ }
9158
+ },
9039
9159
  "id_key": {
9040
9160
  "description": "Defines what key should be used to detect which structure an item is. If this key is not found in the existing structure, a comparison of key names is used. Defaults to \"_type\".",
9041
9161
  "default": "_type",
@@ -9943,6 +10063,12 @@
9943
10063
  }
9944
10064
  ]
9945
10065
  },
10066
+ "_inputs_from_glob": {
10067
+ "type": "array",
10068
+ "items": {
10069
+ "type": "string"
10070
+ }
10071
+ },
9946
10072
  "_select_data": {
9947
10073
  "allOf": [
9948
10074
  {
@@ -9957,11 +10083,23 @@
9957
10083
  }
9958
10084
  ]
9959
10085
  },
10086
+ "_structures_from_glob": {
10087
+ "type": "array",
10088
+ "items": {
10089
+ "type": "string"
10090
+ }
10091
+ },
9960
10092
  "_enabled_editors": {
9961
10093
  "$ref": "#/definitions/type._enabled_editors"
9962
10094
  },
9963
10095
  "_editables": {
9964
10096
  "$ref": "#/definitions/type._editables"
10097
+ },
10098
+ "_editables_from_glob": {
10099
+ "type": "array",
10100
+ "items": {
10101
+ "type": "string"
10102
+ }
9965
10103
  }
9966
10104
  },
9967
10105
  "required": [
@@ -10246,6 +10384,12 @@
10246
10384
  }
10247
10385
  ]
10248
10386
  },
10387
+ "_inputs_from_glob": {
10388
+ "type": "array",
10389
+ "items": {
10390
+ "type": "string"
10391
+ }
10392
+ },
10249
10393
  "_select_data": {
10250
10394
  "allOf": [
10251
10395
  {
@@ -10260,6 +10404,12 @@
10260
10404
  }
10261
10405
  ]
10262
10406
  },
10407
+ "_structures_from_glob": {
10408
+ "type": "array",
10409
+ "items": {
10410
+ "type": "string"
10411
+ }
10412
+ },
10263
10413
  "preview": {
10264
10414
  "allOf": [
10265
10415
  {