@cloudcannon/configuration-types 0.0.24 → 0.0.25
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/cloudcannon-config.latest.schema.json +215 -6
- package/dist/cloudcannon-config.legacy-eleventy.schema.json +215 -6
- package/dist/cloudcannon-config.legacy-hugo.schema.json +215 -6
- package/dist/cloudcannon-config.legacy-jekyll.schema.json +215 -6
- package/dist/cloudcannon-config.legacy-reader.schema.json +215 -6
- package/package.json +1 -1
- package/src/inputs.d.ts +6 -0
- package/src/preview.d.ts +9 -1
|
@@ -91,6 +91,15 @@
|
|
|
91
91
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
92
92
|
"type": "boolean"
|
|
93
93
|
},
|
|
94
|
+
"disabled": {
|
|
95
|
+
"default": false,
|
|
96
|
+
"description": "Toggles if this input can be edited.",
|
|
97
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
98
|
+
"type": [
|
|
99
|
+
"boolean",
|
|
100
|
+
"string"
|
|
101
|
+
]
|
|
102
|
+
},
|
|
94
103
|
"documentation": {
|
|
95
104
|
"$ref": "#/definitions/Documentation",
|
|
96
105
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -217,6 +226,15 @@
|
|
|
217
226
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
218
227
|
"type": "boolean"
|
|
219
228
|
},
|
|
229
|
+
"disabled": {
|
|
230
|
+
"default": false,
|
|
231
|
+
"description": "Toggles if this input can be edited.",
|
|
232
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
233
|
+
"type": [
|
|
234
|
+
"boolean",
|
|
235
|
+
"string"
|
|
236
|
+
]
|
|
237
|
+
},
|
|
220
238
|
"documentation": {
|
|
221
239
|
"$ref": "#/definitions/Documentation",
|
|
222
240
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -582,6 +600,15 @@
|
|
|
582
600
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
583
601
|
"type": "boolean"
|
|
584
602
|
},
|
|
603
|
+
"disabled": {
|
|
604
|
+
"default": false,
|
|
605
|
+
"description": "Toggles if this input can be edited.",
|
|
606
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
607
|
+
"type": [
|
|
608
|
+
"boolean",
|
|
609
|
+
"string"
|
|
610
|
+
]
|
|
611
|
+
},
|
|
585
612
|
"documentation": {
|
|
586
613
|
"$ref": "#/definitions/Documentation",
|
|
587
614
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -668,6 +695,15 @@
|
|
|
668
695
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
669
696
|
"type": "boolean"
|
|
670
697
|
},
|
|
698
|
+
"disabled": {
|
|
699
|
+
"default": false,
|
|
700
|
+
"description": "Toggles if this input can be edited.",
|
|
701
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
702
|
+
"type": [
|
|
703
|
+
"boolean",
|
|
704
|
+
"string"
|
|
705
|
+
]
|
|
706
|
+
},
|
|
671
707
|
"documentation": {
|
|
672
708
|
"$ref": "#/definitions/Documentation",
|
|
673
709
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -823,6 +859,15 @@
|
|
|
823
859
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
824
860
|
"type": "boolean"
|
|
825
861
|
},
|
|
862
|
+
"disabled": {
|
|
863
|
+
"default": false,
|
|
864
|
+
"description": "Toggles if this input can be edited.",
|
|
865
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
866
|
+
"type": [
|
|
867
|
+
"boolean",
|
|
868
|
+
"string"
|
|
869
|
+
]
|
|
870
|
+
},
|
|
826
871
|
"documentation": {
|
|
827
872
|
"$ref": "#/definitions/Documentation",
|
|
828
873
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -1165,6 +1210,15 @@
|
|
|
1165
1210
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
1166
1211
|
"type": "boolean"
|
|
1167
1212
|
},
|
|
1213
|
+
"disabled": {
|
|
1214
|
+
"default": false,
|
|
1215
|
+
"description": "Toggles if this input can be edited.",
|
|
1216
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
1217
|
+
"type": [
|
|
1218
|
+
"boolean",
|
|
1219
|
+
"string"
|
|
1220
|
+
]
|
|
1221
|
+
},
|
|
1168
1222
|
"documentation": {
|
|
1169
1223
|
"$ref": "#/definitions/Documentation",
|
|
1170
1224
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -1383,6 +1437,15 @@
|
|
|
1383
1437
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
1384
1438
|
"type": "boolean"
|
|
1385
1439
|
},
|
|
1440
|
+
"disabled": {
|
|
1441
|
+
"default": false,
|
|
1442
|
+
"description": "Toggles if this input can be edited.",
|
|
1443
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
1444
|
+
"type": [
|
|
1445
|
+
"boolean",
|
|
1446
|
+
"string"
|
|
1447
|
+
]
|
|
1448
|
+
},
|
|
1386
1449
|
"documentation": {
|
|
1387
1450
|
"$ref": "#/definitions/Documentation",
|
|
1388
1451
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -1636,6 +1699,15 @@
|
|
|
1636
1699
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
1637
1700
|
"type": "boolean"
|
|
1638
1701
|
},
|
|
1702
|
+
"disabled": {
|
|
1703
|
+
"default": false,
|
|
1704
|
+
"description": "Toggles if this input can be edited.",
|
|
1705
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
1706
|
+
"type": [
|
|
1707
|
+
"boolean",
|
|
1708
|
+
"string"
|
|
1709
|
+
]
|
|
1710
|
+
},
|
|
1639
1711
|
"documentation": {
|
|
1640
1712
|
"$ref": "#/definitions/Documentation",
|
|
1641
1713
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -4016,6 +4088,15 @@
|
|
|
4016
4088
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
4017
4089
|
"type": "boolean"
|
|
4018
4090
|
},
|
|
4091
|
+
"disabled": {
|
|
4092
|
+
"default": false,
|
|
4093
|
+
"description": "Toggles if this input can be edited.",
|
|
4094
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
4095
|
+
"type": [
|
|
4096
|
+
"boolean",
|
|
4097
|
+
"string"
|
|
4098
|
+
]
|
|
4099
|
+
},
|
|
4019
4100
|
"documentation": {
|
|
4020
4101
|
"$ref": "#/definitions/Documentation",
|
|
4021
4102
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -5184,6 +5265,15 @@
|
|
|
5184
5265
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
5185
5266
|
"type": "boolean"
|
|
5186
5267
|
},
|
|
5268
|
+
"disabled": {
|
|
5269
|
+
"default": false,
|
|
5270
|
+
"description": "Toggles if this input can be edited.",
|
|
5271
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
5272
|
+
"type": [
|
|
5273
|
+
"boolean",
|
|
5274
|
+
"string"
|
|
5275
|
+
]
|
|
5276
|
+
},
|
|
5187
5277
|
"documentation": {
|
|
5188
5278
|
"$ref": "#/definitions/Documentation",
|
|
5189
5279
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -5339,6 +5429,15 @@
|
|
|
5339
5429
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
5340
5430
|
"type": "boolean"
|
|
5341
5431
|
},
|
|
5432
|
+
"disabled": {
|
|
5433
|
+
"default": false,
|
|
5434
|
+
"description": "Toggles if this input can be edited.",
|
|
5435
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
5436
|
+
"type": [
|
|
5437
|
+
"boolean",
|
|
5438
|
+
"string"
|
|
5439
|
+
]
|
|
5440
|
+
},
|
|
5342
5441
|
"documentation": {
|
|
5343
5442
|
"$ref": "#/definitions/Documentation",
|
|
5344
5443
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -5500,6 +5599,15 @@
|
|
|
5500
5599
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
5501
5600
|
"type": "boolean"
|
|
5502
5601
|
},
|
|
5602
|
+
"disabled": {
|
|
5603
|
+
"default": false,
|
|
5604
|
+
"description": "Toggles if this input can be edited.",
|
|
5605
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
5606
|
+
"type": [
|
|
5607
|
+
"boolean",
|
|
5608
|
+
"string"
|
|
5609
|
+
]
|
|
5610
|
+
},
|
|
5503
5611
|
"documentation": {
|
|
5504
5612
|
"$ref": "#/definitions/Documentation",
|
|
5505
5613
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -5618,6 +5726,15 @@
|
|
|
5618
5726
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
5619
5727
|
"type": "boolean"
|
|
5620
5728
|
},
|
|
5729
|
+
"disabled": {
|
|
5730
|
+
"default": false,
|
|
5731
|
+
"description": "Toggles if this input can be edited.",
|
|
5732
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
5733
|
+
"type": [
|
|
5734
|
+
"boolean",
|
|
5735
|
+
"string"
|
|
5736
|
+
]
|
|
5737
|
+
},
|
|
5621
5738
|
"documentation": {
|
|
5622
5739
|
"$ref": "#/definitions/Documentation",
|
|
5623
5740
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -5861,10 +5978,15 @@
|
|
|
5861
5978
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5862
5979
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5863
5980
|
},
|
|
5981
|
+
"icon_background_color": {
|
|
5982
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5983
|
+
"description": "Controls the background color of the icon.",
|
|
5984
|
+
"markdownDescription": "Controls the background color of the icon."
|
|
5985
|
+
},
|
|
5864
5986
|
"icon_color": {
|
|
5987
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5865
5988
|
"description": "Controls the color of the icon.",
|
|
5866
|
-
"markdownDescription": "Controls the color of the icon."
|
|
5867
|
-
"type": "string"
|
|
5989
|
+
"markdownDescription": "Controls the color of the icon."
|
|
5868
5990
|
},
|
|
5869
5991
|
"image": {
|
|
5870
5992
|
"$ref": "#/definitions/PreviewEntry",
|
|
@@ -5924,6 +6046,11 @@
|
|
|
5924
6046
|
"PreviewGallery": {
|
|
5925
6047
|
"additionalProperties": false,
|
|
5926
6048
|
"properties": {
|
|
6049
|
+
"background_color": {
|
|
6050
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6051
|
+
"description": "Controls the background color gallery area.",
|
|
6052
|
+
"markdownDescription": "Controls the background color gallery area."
|
|
6053
|
+
},
|
|
5927
6054
|
"fit": {
|
|
5928
6055
|
"default": "padded",
|
|
5929
6056
|
"description": "Controls how the gallery image is positioned within the gallery.",
|
|
@@ -5941,10 +6068,15 @@
|
|
|
5941
6068
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5942
6069
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5943
6070
|
},
|
|
6071
|
+
"icon_background_color": {
|
|
6072
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6073
|
+
"description": "Controls the background color of the icon.",
|
|
6074
|
+
"markdownDescription": "Controls the background color of the icon."
|
|
6075
|
+
},
|
|
5944
6076
|
"icon_color": {
|
|
6077
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5945
6078
|
"description": "Controls the color of the icon.",
|
|
5946
|
-
"markdownDescription": "Controls the color of the icon."
|
|
5947
|
-
"type": "string"
|
|
6079
|
+
"markdownDescription": "Controls the color of the icon."
|
|
5948
6080
|
},
|
|
5949
6081
|
"image": {
|
|
5950
6082
|
"$ref": "#/definitions/PreviewEntry",
|
|
@@ -5981,10 +6113,15 @@
|
|
|
5981
6113
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5982
6114
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5983
6115
|
},
|
|
6116
|
+
"icon_background_color": {
|
|
6117
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6118
|
+
"description": "Controls the background color of the icon.",
|
|
6119
|
+
"markdownDescription": "Controls the background color of the icon."
|
|
6120
|
+
},
|
|
5984
6121
|
"icon_color": {
|
|
6122
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5985
6123
|
"description": "Controls the color of the icon.",
|
|
5986
|
-
"markdownDescription": "Controls the color of the icon."
|
|
5987
|
-
"type": "string"
|
|
6124
|
+
"markdownDescription": "Controls the color of the icon."
|
|
5988
6125
|
},
|
|
5989
6126
|
"image": {
|
|
5990
6127
|
"$ref": "#/definitions/PreviewEntry",
|
|
@@ -6060,6 +6197,15 @@
|
|
|
6060
6197
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
6061
6198
|
"type": "boolean"
|
|
6062
6199
|
},
|
|
6200
|
+
"disabled": {
|
|
6201
|
+
"default": false,
|
|
6202
|
+
"description": "Toggles if this input can be edited.",
|
|
6203
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
6204
|
+
"type": [
|
|
6205
|
+
"boolean",
|
|
6206
|
+
"string"
|
|
6207
|
+
]
|
|
6208
|
+
},
|
|
6063
6209
|
"documentation": {
|
|
6064
6210
|
"$ref": "#/definitions/Documentation",
|
|
6065
6211
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -6181,6 +6327,15 @@
|
|
|
6181
6327
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
6182
6328
|
"type": "boolean"
|
|
6183
6329
|
},
|
|
6330
|
+
"disabled": {
|
|
6331
|
+
"default": false,
|
|
6332
|
+
"description": "Toggles if this input can be edited.",
|
|
6333
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
6334
|
+
"type": [
|
|
6335
|
+
"boolean",
|
|
6336
|
+
"string"
|
|
6337
|
+
]
|
|
6338
|
+
},
|
|
6184
6339
|
"documentation": {
|
|
6185
6340
|
"$ref": "#/definitions/Documentation",
|
|
6186
6341
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -6669,6 +6824,15 @@
|
|
|
6669
6824
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
6670
6825
|
"type": "boolean"
|
|
6671
6826
|
},
|
|
6827
|
+
"disabled": {
|
|
6828
|
+
"default": false,
|
|
6829
|
+
"description": "Toggles if this input can be edited.",
|
|
6830
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
6831
|
+
"type": [
|
|
6832
|
+
"boolean",
|
|
6833
|
+
"string"
|
|
6834
|
+
]
|
|
6835
|
+
},
|
|
6672
6836
|
"documentation": {
|
|
6673
6837
|
"$ref": "#/definitions/Documentation",
|
|
6674
6838
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -8034,6 +8198,15 @@
|
|
|
8034
8198
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
8035
8199
|
"type": "boolean"
|
|
8036
8200
|
},
|
|
8201
|
+
"disabled": {
|
|
8202
|
+
"default": false,
|
|
8203
|
+
"description": "Toggles if this input can be edited.",
|
|
8204
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
8205
|
+
"type": [
|
|
8206
|
+
"boolean",
|
|
8207
|
+
"string"
|
|
8208
|
+
]
|
|
8209
|
+
},
|
|
8037
8210
|
"documentation": {
|
|
8038
8211
|
"$ref": "#/definitions/Documentation",
|
|
8039
8212
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -8156,6 +8329,15 @@
|
|
|
8156
8329
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
8157
8330
|
"type": "boolean"
|
|
8158
8331
|
},
|
|
8332
|
+
"disabled": {
|
|
8333
|
+
"default": false,
|
|
8334
|
+
"description": "Toggles if this input can be edited.",
|
|
8335
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
8336
|
+
"type": [
|
|
8337
|
+
"boolean",
|
|
8338
|
+
"string"
|
|
8339
|
+
]
|
|
8340
|
+
},
|
|
8159
8341
|
"documentation": {
|
|
8160
8342
|
"$ref": "#/definitions/Documentation",
|
|
8161
8343
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -8318,6 +8500,15 @@
|
|
|
8318
8500
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
8319
8501
|
"type": "boolean"
|
|
8320
8502
|
},
|
|
8503
|
+
"disabled": {
|
|
8504
|
+
"default": false,
|
|
8505
|
+
"description": "Toggles if this input can be edited.",
|
|
8506
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
8507
|
+
"type": [
|
|
8508
|
+
"boolean",
|
|
8509
|
+
"string"
|
|
8510
|
+
]
|
|
8511
|
+
},
|
|
8321
8512
|
"documentation": {
|
|
8322
8513
|
"$ref": "#/definitions/Documentation",
|
|
8323
8514
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -9006,6 +9197,15 @@
|
|
|
9006
9197
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
9007
9198
|
"type": "boolean"
|
|
9008
9199
|
},
|
|
9200
|
+
"disabled": {
|
|
9201
|
+
"default": false,
|
|
9202
|
+
"description": "Toggles if this input can be edited.",
|
|
9203
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
9204
|
+
"type": [
|
|
9205
|
+
"boolean",
|
|
9206
|
+
"string"
|
|
9207
|
+
]
|
|
9208
|
+
},
|
|
9009
9209
|
"documentation": {
|
|
9010
9210
|
"$ref": "#/definitions/Documentation",
|
|
9011
9211
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -9084,6 +9284,15 @@
|
|
|
9084
9284
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
9085
9285
|
"type": "boolean"
|
|
9086
9286
|
},
|
|
9287
|
+
"disabled": {
|
|
9288
|
+
"default": false,
|
|
9289
|
+
"description": "Toggles if this input can be edited.",
|
|
9290
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
9291
|
+
"type": [
|
|
9292
|
+
"boolean",
|
|
9293
|
+
"string"
|
|
9294
|
+
]
|
|
9295
|
+
},
|
|
9087
9296
|
"documentation": {
|
|
9088
9297
|
"$ref": "#/definitions/Documentation",
|
|
9089
9298
|
"description": "Provides a custom link for documentation for editors shown above input.",
|