@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.",
|
|
@@ -730,6 +757,15 @@
|
|
|
730
757
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
731
758
|
"type": "boolean"
|
|
732
759
|
},
|
|
760
|
+
"disabled": {
|
|
761
|
+
"default": false,
|
|
762
|
+
"description": "Toggles if this input can be edited.",
|
|
763
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
764
|
+
"type": [
|
|
765
|
+
"boolean",
|
|
766
|
+
"string"
|
|
767
|
+
]
|
|
768
|
+
},
|
|
733
769
|
"documentation": {
|
|
734
770
|
"$ref": "#/definitions/Documentation",
|
|
735
771
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -885,6 +921,15 @@
|
|
|
885
921
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
886
922
|
"type": "boolean"
|
|
887
923
|
},
|
|
924
|
+
"disabled": {
|
|
925
|
+
"default": false,
|
|
926
|
+
"description": "Toggles if this input can be edited.",
|
|
927
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
928
|
+
"type": [
|
|
929
|
+
"boolean",
|
|
930
|
+
"string"
|
|
931
|
+
]
|
|
932
|
+
},
|
|
888
933
|
"documentation": {
|
|
889
934
|
"$ref": "#/definitions/Documentation",
|
|
890
935
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -1046,6 +1091,15 @@
|
|
|
1046
1091
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
1047
1092
|
"type": "boolean"
|
|
1048
1093
|
},
|
|
1094
|
+
"disabled": {
|
|
1095
|
+
"default": false,
|
|
1096
|
+
"description": "Toggles if this input can be edited.",
|
|
1097
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
1098
|
+
"type": [
|
|
1099
|
+
"boolean",
|
|
1100
|
+
"string"
|
|
1101
|
+
]
|
|
1102
|
+
},
|
|
1049
1103
|
"documentation": {
|
|
1050
1104
|
"$ref": "#/definitions/Documentation",
|
|
1051
1105
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -1250,6 +1304,15 @@
|
|
|
1250
1304
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
1251
1305
|
"type": "boolean"
|
|
1252
1306
|
},
|
|
1307
|
+
"disabled": {
|
|
1308
|
+
"default": false,
|
|
1309
|
+
"description": "Toggles if this input can be edited.",
|
|
1310
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
1311
|
+
"type": [
|
|
1312
|
+
"boolean",
|
|
1313
|
+
"string"
|
|
1314
|
+
]
|
|
1315
|
+
},
|
|
1253
1316
|
"documentation": {
|
|
1254
1317
|
"$ref": "#/definitions/Documentation",
|
|
1255
1318
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -1503,6 +1566,15 @@
|
|
|
1503
1566
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
1504
1567
|
"type": "boolean"
|
|
1505
1568
|
},
|
|
1569
|
+
"disabled": {
|
|
1570
|
+
"default": false,
|
|
1571
|
+
"description": "Toggles if this input can be edited.",
|
|
1572
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
1573
|
+
"type": [
|
|
1574
|
+
"boolean",
|
|
1575
|
+
"string"
|
|
1576
|
+
]
|
|
1577
|
+
},
|
|
1506
1578
|
"documentation": {
|
|
1507
1579
|
"$ref": "#/definitions/Documentation",
|
|
1508
1580
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -4114,6 +4186,15 @@
|
|
|
4114
4186
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
4115
4187
|
"type": "boolean"
|
|
4116
4188
|
},
|
|
4189
|
+
"disabled": {
|
|
4190
|
+
"default": false,
|
|
4191
|
+
"description": "Toggles if this input can be edited.",
|
|
4192
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
4193
|
+
"type": [
|
|
4194
|
+
"boolean",
|
|
4195
|
+
"string"
|
|
4196
|
+
]
|
|
4197
|
+
},
|
|
4117
4198
|
"documentation": {
|
|
4118
4199
|
"$ref": "#/definitions/Documentation",
|
|
4119
4200
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -5282,6 +5363,15 @@
|
|
|
5282
5363
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
5283
5364
|
"type": "boolean"
|
|
5284
5365
|
},
|
|
5366
|
+
"disabled": {
|
|
5367
|
+
"default": false,
|
|
5368
|
+
"description": "Toggles if this input can be edited.",
|
|
5369
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
5370
|
+
"type": [
|
|
5371
|
+
"boolean",
|
|
5372
|
+
"string"
|
|
5373
|
+
]
|
|
5374
|
+
},
|
|
5285
5375
|
"documentation": {
|
|
5286
5376
|
"$ref": "#/definitions/Documentation",
|
|
5287
5377
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -5437,6 +5527,15 @@
|
|
|
5437
5527
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
5438
5528
|
"type": "boolean"
|
|
5439
5529
|
},
|
|
5530
|
+
"disabled": {
|
|
5531
|
+
"default": false,
|
|
5532
|
+
"description": "Toggles if this input can be edited.",
|
|
5533
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
5534
|
+
"type": [
|
|
5535
|
+
"boolean",
|
|
5536
|
+
"string"
|
|
5537
|
+
]
|
|
5538
|
+
},
|
|
5440
5539
|
"documentation": {
|
|
5441
5540
|
"$ref": "#/definitions/Documentation",
|
|
5442
5541
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -5598,6 +5697,15 @@
|
|
|
5598
5697
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
5599
5698
|
"type": "boolean"
|
|
5600
5699
|
},
|
|
5700
|
+
"disabled": {
|
|
5701
|
+
"default": false,
|
|
5702
|
+
"description": "Toggles if this input can be edited.",
|
|
5703
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
5704
|
+
"type": [
|
|
5705
|
+
"boolean",
|
|
5706
|
+
"string"
|
|
5707
|
+
]
|
|
5708
|
+
},
|
|
5601
5709
|
"documentation": {
|
|
5602
5710
|
"$ref": "#/definitions/Documentation",
|
|
5603
5711
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -5716,6 +5824,15 @@
|
|
|
5716
5824
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
5717
5825
|
"type": "boolean"
|
|
5718
5826
|
},
|
|
5827
|
+
"disabled": {
|
|
5828
|
+
"default": false,
|
|
5829
|
+
"description": "Toggles if this input can be edited.",
|
|
5830
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
5831
|
+
"type": [
|
|
5832
|
+
"boolean",
|
|
5833
|
+
"string"
|
|
5834
|
+
]
|
|
5835
|
+
},
|
|
5719
5836
|
"documentation": {
|
|
5720
5837
|
"$ref": "#/definitions/Documentation",
|
|
5721
5838
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -5959,10 +6076,15 @@
|
|
|
5959
6076
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
5960
6077
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
5961
6078
|
},
|
|
6079
|
+
"icon_background_color": {
|
|
6080
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6081
|
+
"description": "Controls the background color of the icon.",
|
|
6082
|
+
"markdownDescription": "Controls the background color of the icon."
|
|
6083
|
+
},
|
|
5962
6084
|
"icon_color": {
|
|
6085
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
5963
6086
|
"description": "Controls the color of the icon.",
|
|
5964
|
-
"markdownDescription": "Controls the color of the icon."
|
|
5965
|
-
"type": "string"
|
|
6087
|
+
"markdownDescription": "Controls the color of the icon."
|
|
5966
6088
|
},
|
|
5967
6089
|
"image": {
|
|
5968
6090
|
"$ref": "#/definitions/PreviewEntry",
|
|
@@ -6022,6 +6144,11 @@
|
|
|
6022
6144
|
"PreviewGallery": {
|
|
6023
6145
|
"additionalProperties": false,
|
|
6024
6146
|
"properties": {
|
|
6147
|
+
"background_color": {
|
|
6148
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6149
|
+
"description": "Controls the background color gallery area.",
|
|
6150
|
+
"markdownDescription": "Controls the background color gallery area."
|
|
6151
|
+
},
|
|
6025
6152
|
"fit": {
|
|
6026
6153
|
"default": "padded",
|
|
6027
6154
|
"description": "Controls how the gallery image is positioned within the gallery.",
|
|
@@ -6039,10 +6166,15 @@
|
|
|
6039
6166
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
6040
6167
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
6041
6168
|
},
|
|
6169
|
+
"icon_background_color": {
|
|
6170
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6171
|
+
"description": "Controls the background color of the icon.",
|
|
6172
|
+
"markdownDescription": "Controls the background color of the icon."
|
|
6173
|
+
},
|
|
6042
6174
|
"icon_color": {
|
|
6175
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6043
6176
|
"description": "Controls the color of the icon.",
|
|
6044
|
-
"markdownDescription": "Controls the color of the icon."
|
|
6045
|
-
"type": "string"
|
|
6177
|
+
"markdownDescription": "Controls the color of the icon."
|
|
6046
6178
|
},
|
|
6047
6179
|
"image": {
|
|
6048
6180
|
"$ref": "#/definitions/PreviewEntry",
|
|
@@ -6079,10 +6211,15 @@
|
|
|
6079
6211
|
"description": "Controls the icon shown per item. Must result in a Material Icon name.",
|
|
6080
6212
|
"markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
|
|
6081
6213
|
},
|
|
6214
|
+
"icon_background_color": {
|
|
6215
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6216
|
+
"description": "Controls the background color of the icon.",
|
|
6217
|
+
"markdownDescription": "Controls the background color of the icon."
|
|
6218
|
+
},
|
|
6082
6219
|
"icon_color": {
|
|
6220
|
+
"$ref": "#/definitions/PreviewEntry",
|
|
6083
6221
|
"description": "Controls the color of the icon.",
|
|
6084
|
-
"markdownDescription": "Controls the color of the icon."
|
|
6085
|
-
"type": "string"
|
|
6222
|
+
"markdownDescription": "Controls the color of the icon."
|
|
6086
6223
|
},
|
|
6087
6224
|
"image": {
|
|
6088
6225
|
"$ref": "#/definitions/PreviewEntry",
|
|
@@ -6158,6 +6295,15 @@
|
|
|
6158
6295
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
6159
6296
|
"type": "boolean"
|
|
6160
6297
|
},
|
|
6298
|
+
"disabled": {
|
|
6299
|
+
"default": false,
|
|
6300
|
+
"description": "Toggles if this input can be edited.",
|
|
6301
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
6302
|
+
"type": [
|
|
6303
|
+
"boolean",
|
|
6304
|
+
"string"
|
|
6305
|
+
]
|
|
6306
|
+
},
|
|
6161
6307
|
"documentation": {
|
|
6162
6308
|
"$ref": "#/definitions/Documentation",
|
|
6163
6309
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -6279,6 +6425,15 @@
|
|
|
6279
6425
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
6280
6426
|
"type": "boolean"
|
|
6281
6427
|
},
|
|
6428
|
+
"disabled": {
|
|
6429
|
+
"default": false,
|
|
6430
|
+
"description": "Toggles if this input can be edited.",
|
|
6431
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
6432
|
+
"type": [
|
|
6433
|
+
"boolean",
|
|
6434
|
+
"string"
|
|
6435
|
+
]
|
|
6436
|
+
},
|
|
6282
6437
|
"documentation": {
|
|
6283
6438
|
"$ref": "#/definitions/Documentation",
|
|
6284
6439
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -6767,6 +6922,15 @@
|
|
|
6767
6922
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
6768
6923
|
"type": "boolean"
|
|
6769
6924
|
},
|
|
6925
|
+
"disabled": {
|
|
6926
|
+
"default": false,
|
|
6927
|
+
"description": "Toggles if this input can be edited.",
|
|
6928
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
6929
|
+
"type": [
|
|
6930
|
+
"boolean",
|
|
6931
|
+
"string"
|
|
6932
|
+
]
|
|
6933
|
+
},
|
|
6770
6934
|
"documentation": {
|
|
6771
6935
|
"$ref": "#/definitions/Documentation",
|
|
6772
6936
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -8132,6 +8296,15 @@
|
|
|
8132
8296
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
8133
8297
|
"type": "boolean"
|
|
8134
8298
|
},
|
|
8299
|
+
"disabled": {
|
|
8300
|
+
"default": false,
|
|
8301
|
+
"description": "Toggles if this input can be edited.",
|
|
8302
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
8303
|
+
"type": [
|
|
8304
|
+
"boolean",
|
|
8305
|
+
"string"
|
|
8306
|
+
]
|
|
8307
|
+
},
|
|
8135
8308
|
"documentation": {
|
|
8136
8309
|
"$ref": "#/definitions/Documentation",
|
|
8137
8310
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -8254,6 +8427,15 @@
|
|
|
8254
8427
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
8255
8428
|
"type": "boolean"
|
|
8256
8429
|
},
|
|
8430
|
+
"disabled": {
|
|
8431
|
+
"default": false,
|
|
8432
|
+
"description": "Toggles if this input can be edited.",
|
|
8433
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
8434
|
+
"type": [
|
|
8435
|
+
"boolean",
|
|
8436
|
+
"string"
|
|
8437
|
+
]
|
|
8438
|
+
},
|
|
8257
8439
|
"documentation": {
|
|
8258
8440
|
"$ref": "#/definitions/Documentation",
|
|
8259
8441
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -8416,6 +8598,15 @@
|
|
|
8416
8598
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
8417
8599
|
"type": "boolean"
|
|
8418
8600
|
},
|
|
8601
|
+
"disabled": {
|
|
8602
|
+
"default": false,
|
|
8603
|
+
"description": "Toggles if this input can be edited.",
|
|
8604
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
8605
|
+
"type": [
|
|
8606
|
+
"boolean",
|
|
8607
|
+
"string"
|
|
8608
|
+
]
|
|
8609
|
+
},
|
|
8419
8610
|
"documentation": {
|
|
8420
8611
|
"$ref": "#/definitions/Documentation",
|
|
8421
8612
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -9104,6 +9295,15 @@
|
|
|
9104
9295
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
9105
9296
|
"type": "boolean"
|
|
9106
9297
|
},
|
|
9298
|
+
"disabled": {
|
|
9299
|
+
"default": false,
|
|
9300
|
+
"description": "Toggles if this input can be edited.",
|
|
9301
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
9302
|
+
"type": [
|
|
9303
|
+
"boolean",
|
|
9304
|
+
"string"
|
|
9305
|
+
]
|
|
9306
|
+
},
|
|
9107
9307
|
"documentation": {
|
|
9108
9308
|
"$ref": "#/definitions/Documentation",
|
|
9109
9309
|
"description": "Provides a custom link for documentation for editors shown above input.",
|
|
@@ -9182,6 +9382,15 @@
|
|
|
9182
9382
|
"markdownDescription": "Prevents the default where inputs configured with an `instance_value` are rehydrated with a new\nvalue when duplicated in the CMS.",
|
|
9183
9383
|
"type": "boolean"
|
|
9184
9384
|
},
|
|
9385
|
+
"disabled": {
|
|
9386
|
+
"default": false,
|
|
9387
|
+
"description": "Toggles if this input can be edited.",
|
|
9388
|
+
"markdownDescription": "Toggles if this input can be edited.",
|
|
9389
|
+
"type": [
|
|
9390
|
+
"boolean",
|
|
9391
|
+
"string"
|
|
9392
|
+
]
|
|
9393
|
+
},
|
|
9185
9394
|
"documentation": {
|
|
9186
9395
|
"$ref": "#/definitions/Documentation",
|
|
9187
9396
|
"description": "Provides a custom link for documentation for editors shown above input.",
|