@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
  {
@@ -334,6 +334,12 @@
334
334
  }
335
335
  ]
336
336
  },
337
+ "_inputs_from_glob": {
338
+ "type": "array",
339
+ "items": {
340
+ "type": "string"
341
+ }
342
+ },
337
343
  "_select_data": {
338
344
  "allOf": [
339
345
  {
@@ -348,11 +354,23 @@
348
354
  }
349
355
  ]
350
356
  },
357
+ "_structures_from_glob": {
358
+ "type": "array",
359
+ "items": {
360
+ "type": "string"
361
+ }
362
+ },
351
363
  "_enabled_editors": {
352
364
  "$ref": "#/definitions/type._enabled_editors"
353
365
  },
354
366
  "_editables": {
355
367
  "$ref": "#/definitions/type._editables"
368
+ },
369
+ "_editables_from_glob": {
370
+ "type": "array",
371
+ "items": {
372
+ "type": "string"
373
+ }
356
374
  }
357
375
  },
358
376
  "required": [
@@ -363,6 +381,12 @@
363
381
  },
364
382
  "markdownDescription": "This key defines which Schemas are available to populate files in this Collection."
365
383
  },
384
+ "schemas_config_from_glob": {
385
+ "type": "array",
386
+ "items": {
387
+ "type": "string"
388
+ }
389
+ },
366
390
  "schema_key": {
367
391
  "description": "This key defines the name for the structured data key that references the Schema a file uses.",
368
392
  "type": "string",
@@ -382,6 +406,12 @@
382
406
  }
383
407
  ]
384
408
  },
409
+ "_inputs_from_glob": {
410
+ "type": "array",
411
+ "items": {
412
+ "type": "string"
413
+ }
414
+ },
385
415
  "_select_data": {
386
416
  "allOf": [
387
417
  {
@@ -396,12 +426,24 @@
396
426
  }
397
427
  ]
398
428
  },
429
+ "_structures_from_glob": {
430
+ "type": "array",
431
+ "items": {
432
+ "type": "string"
433
+ }
434
+ },
399
435
  "_enabled_editors": {
400
436
  "$ref": "#/definitions/type._enabled_editors"
401
437
  },
402
438
  "_editables": {
403
439
  "$ref": "#/definitions/type._editables"
404
440
  },
441
+ "_editables_from_glob": {
442
+ "type": "array",
443
+ "items": {
444
+ "type": "string"
445
+ }
446
+ },
405
447
  "parser": {
406
448
  "allOf": [
407
449
  {
@@ -438,6 +480,12 @@
438
480
  },
439
481
  "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."
440
482
  },
483
+ "collections_config_from_glob": {
484
+ "type": "array",
485
+ "items": {
486
+ "type": "string"
487
+ }
488
+ },
441
489
  "collection_groups": {
442
490
  "$ref": "#/definitions/collection_groups"
443
491
  },
@@ -542,6 +590,12 @@
542
590
  }
543
591
  ]
544
592
  },
593
+ "_inputs_from_glob": {
594
+ "type": "array",
595
+ "items": {
596
+ "type": "string"
597
+ }
598
+ },
545
599
  "_select_data": {
546
600
  "allOf": [
547
601
  {
@@ -556,15 +610,33 @@
556
610
  }
557
611
  ]
558
612
  },
613
+ "_structures_from_glob": {
614
+ "type": "array",
615
+ "items": {
616
+ "type": "string"
617
+ }
618
+ },
559
619
  "_enabled_editors": {
560
620
  "$ref": "#/definitions/type._enabled_editors"
561
621
  },
562
622
  "_editables": {
563
623
  "$ref": "#/definitions/type._editables"
564
624
  },
625
+ "_editables_from_glob": {
626
+ "type": "array",
627
+ "items": {
628
+ "type": "string"
629
+ }
630
+ },
565
631
  "_snippets": {
566
632
  "$ref": "#/definitions/type._snippets"
567
633
  },
634
+ "_snippets_from_glob": {
635
+ "type": "array",
636
+ "items": {
637
+ "type": "string"
638
+ }
639
+ },
568
640
  "_snippets_imports": {
569
641
  "allOf": [
570
642
  {
@@ -572,12 +644,30 @@
572
644
  }
573
645
  ]
574
646
  },
647
+ "_snippets_imports_from_glob": {
648
+ "type": "array",
649
+ "items": {
650
+ "type": "string"
651
+ }
652
+ },
575
653
  "_snippets_templates": {
576
654
  "$ref": "#/definitions/type._snippets_templates"
577
655
  },
656
+ "_snippets_templates_from_glob": {
657
+ "type": "array",
658
+ "items": {
659
+ "type": "string"
660
+ }
661
+ },
578
662
  "_snippets_definitions": {
579
663
  "$ref": "#/definitions/type._snippets_definitions"
580
664
  },
665
+ "_snippets_definitions_from_glob": {
666
+ "type": "array",
667
+ "items": {
668
+ "type": "string"
669
+ }
670
+ },
581
671
  "version": {
582
672
  "description": "Controls which schema this file is validated against. Defaults to the latest schema.",
583
673
  "type": "string",
@@ -4359,6 +4449,12 @@
4359
4449
  }
4360
4450
  ]
4361
4451
  },
4452
+ "_inputs_from_glob": {
4453
+ "type": "array",
4454
+ "items": {
4455
+ "type": "string"
4456
+ }
4457
+ },
4362
4458
  "_select_data": {
4363
4459
  "allOf": [
4364
4460
  {
@@ -4372,6 +4468,12 @@
4372
4468
  "$ref": "#/definitions/type._structures"
4373
4469
  }
4374
4470
  ]
4471
+ },
4472
+ "_structures_from_glob": {
4473
+ "type": "array",
4474
+ "items": {
4475
+ "type": "string"
4476
+ }
4375
4477
  }
4376
4478
  },
4377
4479
  "additionalProperties": false,
@@ -4395,7 +4497,7 @@
4395
4497
  {
4396
4498
  "title": "Known Input",
4397
4499
  "description": "A union of all input types that are known to the CloudCannon configuration schema.",
4398
- "anyOf": [
4500
+ "oneOf": [
4399
4501
  {
4400
4502
  "$ref": "#/definitions/TextInput"
4401
4503
  },
@@ -8931,6 +9033,12 @@
8931
9033
  }
8932
9034
  ]
8933
9035
  },
9036
+ "_inputs_from_glob": {
9037
+ "type": "array",
9038
+ "items": {
9039
+ "type": "string"
9040
+ }
9041
+ },
8934
9042
  "_select_data": {
8935
9043
  "allOf": [
8936
9044
  {
@@ -8945,6 +9053,12 @@
8945
9053
  }
8946
9054
  ]
8947
9055
  },
9056
+ "_structures_from_glob": {
9057
+ "type": "array",
9058
+ "items": {
9059
+ "type": "string"
9060
+ }
9061
+ },
8948
9062
  "id": {
8949
9063
  "description": "A unique reference value used when referring to this structure value from the Object input's assigned_structures option.",
8950
9064
  "type": "string",
@@ -9066,6 +9180,12 @@
9066
9180
  },
9067
9181
  "markdownDescription": "Defines what values are available to add when using this structure."
9068
9182
  },
9183
+ "values_from_glob": {
9184
+ "type": "array",
9185
+ "items": {
9186
+ "type": "string"
9187
+ }
9188
+ },
9069
9189
  "id_key": {
9070
9190
  "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\".",
9071
9191
  "default": "_type",
@@ -9986,6 +10106,12 @@
9986
10106
  }
9987
10107
  ]
9988
10108
  },
10109
+ "_inputs_from_glob": {
10110
+ "type": "array",
10111
+ "items": {
10112
+ "type": "string"
10113
+ }
10114
+ },
9989
10115
  "_select_data": {
9990
10116
  "allOf": [
9991
10117
  {
@@ -10000,11 +10126,23 @@
10000
10126
  }
10001
10127
  ]
10002
10128
  },
10129
+ "_structures_from_glob": {
10130
+ "type": "array",
10131
+ "items": {
10132
+ "type": "string"
10133
+ }
10134
+ },
10003
10135
  "_enabled_editors": {
10004
10136
  "$ref": "#/definitions/type._enabled_editors"
10005
10137
  },
10006
10138
  "_editables": {
10007
10139
  "$ref": "#/definitions/type._editables"
10140
+ },
10141
+ "_editables_from_glob": {
10142
+ "type": "array",
10143
+ "items": {
10144
+ "type": "string"
10145
+ }
10008
10146
  }
10009
10147
  },
10010
10148
  "required": [
@@ -10289,6 +10427,12 @@
10289
10427
  }
10290
10428
  ]
10291
10429
  },
10430
+ "_inputs_from_glob": {
10431
+ "type": "array",
10432
+ "items": {
10433
+ "type": "string"
10434
+ }
10435
+ },
10292
10436
  "_select_data": {
10293
10437
  "allOf": [
10294
10438
  {
@@ -10303,6 +10447,12 @@
10303
10447
  }
10304
10448
  ]
10305
10449
  },
10450
+ "_structures_from_glob": {
10451
+ "type": "array",
10452
+ "items": {
10453
+ "type": "string"
10454
+ }
10455
+ },
10306
10456
  "preview": {
10307
10457
  "allOf": [
10308
10458
  {