@cloudcannon/configuration-types 0.0.15 → 0.0.16

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.
@@ -137,11 +137,6 @@
137
137
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
138
138
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
139
139
  },
140
- "preview": {
141
- "$ref": "#/definitions/ObjectPreview",
142
- "description": "The preview definition for changing the way data within an array input's items are previewed before being expanded. If the input has structures, the preview from the structure value is used instead.",
143
- "markdownDescription": "The preview definition for changing the way data within an array input's items are previewed\nbefore being expanded. If the input has structures, the preview from the structure value is\nused instead."
144
- },
145
140
  "structures": {
146
141
  "anyOf": [
147
142
  {
@@ -880,10 +875,26 @@
880
875
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
881
876
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
882
877
  },
878
+ "picker_preview": {
879
+ "$ref": "#/definitions/Preview",
880
+ "description": "Changes the way items are previewed in the CMS while being chosen.",
881
+ "markdownDescription": "Changes the way items are previewed in the CMS while being chosen."
882
+ },
883
+ "picker_view": {
884
+ "description": "Controls how selectable options are rendered.",
885
+ "enum": [
886
+ "card",
887
+ "text",
888
+ "gallery",
889
+ "gallery-left"
890
+ ],
891
+ "markdownDescription": "Controls how selectable options are rendered.",
892
+ "type": "string"
893
+ },
883
894
  "preview": {
884
- "$ref": "#/definitions/SelectPreview",
885
- "description": "The preview definition for changing the way selected and available options are displayed.",
886
- "markdownDescription": "The preview definition for changing the way selected and available options are displayed."
895
+ "$ref": "#/definitions/Preview",
896
+ "description": "Changes the way items are previewed in the CMS.",
897
+ "markdownDescription": "Changes the way items are previewed in the CMS."
887
898
  },
888
899
  "value_key": {
889
900
  "description": "Defines the key used for mapping between saved values and objects in values. This changes how the input saves selected values to match. Defaults to checking for \"id\", \"uuid\", \"path\", \"title\", then \"name\". Has no effect unless values is an array of objects, the key is used instead for objects, and the value itself is used for primitive types.",
@@ -894,6 +905,17 @@
894
905
  "$ref": "#/definitions/SelectValues",
895
906
  "description": "Defines the values available to choose from. Optional, defaults to fetching values from the naming convention (e.g. colors or my_colors for data set colors).",
896
907
  "markdownDescription": "Defines the values available to choose from. Optional, defaults to fetching values from the\nnaming convention (e.g. colors or my_colors for data set colors)."
908
+ },
909
+ "view": {
910
+ "description": "Controls how selected items are rendered.",
911
+ "enum": [
912
+ "card",
913
+ "text",
914
+ "gallery",
915
+ "gallery-left"
916
+ ],
917
+ "markdownDescription": "Controls how selected items are rendered.",
918
+ "type": "string"
897
919
  }
898
920
  },
899
921
  "type": "object"
@@ -5402,10 +5424,26 @@
5402
5424
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5403
5425
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
5404
5426
  },
5427
+ "picker_preview": {
5428
+ "$ref": "#/definitions/Preview",
5429
+ "description": "Changes the way items are previewed in the CMS while being chosen.",
5430
+ "markdownDescription": "Changes the way items are previewed in the CMS while being chosen."
5431
+ },
5432
+ "picker_view": {
5433
+ "description": "Controls how selectable options are rendered.",
5434
+ "enum": [
5435
+ "card",
5436
+ "text",
5437
+ "gallery",
5438
+ "gallery-left"
5439
+ ],
5440
+ "markdownDescription": "Controls how selectable options are rendered.",
5441
+ "type": "string"
5442
+ },
5405
5443
  "preview": {
5406
- "$ref": "#/definitions/SelectPreview",
5407
- "description": "The preview definition for changing the way selected and available options are displayed.",
5408
- "markdownDescription": "The preview definition for changing the way selected and available options are displayed."
5444
+ "$ref": "#/definitions/Preview",
5445
+ "description": "Changes the way items are previewed in the CMS.",
5446
+ "markdownDescription": "Changes the way items are previewed in the CMS."
5409
5447
  },
5410
5448
  "value_key": {
5411
5449
  "description": "Defines the key used for mapping between saved values and objects in values. This changes how the input saves selected values to match. Defaults to checking for \"id\", \"uuid\", \"path\", \"title\", then \"name\". Has no effect unless values is an array of objects, the key is used instead for objects, and the value itself is used for primitive types.",
@@ -5416,6 +5454,17 @@
5416
5454
  "$ref": "#/definitions/SelectValues",
5417
5455
  "description": "Defines the values available to choose from. Optional, defaults to fetching values from the naming convention (e.g. colors or my_colors for data set colors).",
5418
5456
  "markdownDescription": "Defines the values available to choose from. Optional, defaults to fetching values from the\nnaming convention (e.g. colors or my_colors for data set colors)."
5457
+ },
5458
+ "view": {
5459
+ "description": "Controls how selected items are rendered.",
5460
+ "enum": [
5461
+ "card",
5462
+ "text",
5463
+ "gallery",
5464
+ "gallery-left"
5465
+ ],
5466
+ "markdownDescription": "Controls how selected items are rendered.",
5467
+ "type": "string"
5419
5468
  }
5420
5469
  },
5421
5470
  "type": "object"
@@ -5521,6 +5570,27 @@
5521
5570
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5522
5571
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
5523
5572
  },
5573
+ "picker_preview": {
5574
+ "$ref": "#/definitions/Preview",
5575
+ "description": "Changes the way items are previewed in the CMS while being chosen.",
5576
+ "markdownDescription": "Changes the way items are previewed in the CMS while being chosen."
5577
+ },
5578
+ "picker_view": {
5579
+ "description": "Controls how selectable options are rendered.",
5580
+ "enum": [
5581
+ "card",
5582
+ "text",
5583
+ "gallery",
5584
+ "gallery-left"
5585
+ ],
5586
+ "markdownDescription": "Controls how selectable options are rendered.",
5587
+ "type": "string"
5588
+ },
5589
+ "preview": {
5590
+ "$ref": "#/definitions/Preview",
5591
+ "description": "Changes the way items are previewed in the CMS.",
5592
+ "markdownDescription": "Changes the way items are previewed in the CMS."
5593
+ },
5524
5594
  "value_key": {
5525
5595
  "description": "Defines the key used for mapping between saved values and objects in values. This changes how the input saves selected values to match. Defaults to checking for \"id\", \"uuid\", \"path\", \"title\", then \"name\". Has no effect unless values is an array of objects, the key is used instead for objects, and the value itself is used for primitive types.",
5526
5596
  "markdownDescription": "Defines the key used for mapping between saved values and objects in values. This changes how\nthe input saves selected values to match. Defaults to checking for \"id\", \"uuid\", \"path\",\n\"title\", then \"name\". Has no effect unless values is an array of objects, the key is used\ninstead for objects, and the value itself is used for primitive types.",
@@ -5530,6 +5600,17 @@
5530
5600
  "$ref": "#/definitions/SelectValues",
5531
5601
  "description": "Defines the values available to choose from. Optional, defaults to fetching values from the naming convention (e.g. colors or my_colors for data set colors).",
5532
5602
  "markdownDescription": "Defines the values available to choose from. Optional, defaults to fetching values from the\nnaming convention (e.g. colors or my_colors for data set colors)."
5603
+ },
5604
+ "view": {
5605
+ "description": "Controls how selected items are rendered.",
5606
+ "enum": [
5607
+ "card",
5608
+ "text",
5609
+ "gallery",
5610
+ "gallery-left"
5611
+ ],
5612
+ "markdownDescription": "Controls how selected items are rendered.",
5613
+ "type": "string"
5533
5614
  }
5534
5615
  },
5535
5616
  "type": "object"
@@ -5812,9 +5893,9 @@
5812
5893
  "type": "boolean"
5813
5894
  },
5814
5895
  "preview": {
5815
- "$ref": "#/definitions/ObjectPreview",
5816
- "description": "The preview definition for changing the way data within an object input is previewed before being expanded. If the input has `structures`, the preview from the structure value is used instead.",
5817
- "markdownDescription": "The preview definition for changing the way data within an object input is previewed before\nbeing expanded. If the input has `structures`, the preview from the structure value is used\ninstead."
5896
+ "$ref": "#/definitions/Preview",
5897
+ "description": "Changes the way items are previewed in the CMS.",
5898
+ "markdownDescription": "Changes the way items are previewed in the CMS."
5818
5899
  },
5819
5900
  "structures": {
5820
5901
  "anyOf": [
@@ -5841,32 +5922,6 @@
5841
5922
  },
5842
5923
  "type": "object"
5843
5924
  },
5844
- "ObjectPreview": {
5845
- "additionalProperties": false,
5846
- "properties": {
5847
- "icon": {
5848
- "$ref": "#/definitions/PreviewEntry",
5849
- "description": "Controls the icon shown per item. Must result in a Material Icon name.",
5850
- "markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
5851
- },
5852
- "image": {
5853
- "$ref": "#/definitions/PreviewEntry",
5854
- "description": "Controls the image shown per item.",
5855
- "markdownDescription": "Controls the image shown per item."
5856
- },
5857
- "subtext": {
5858
- "$ref": "#/definitions/PreviewEntry",
5859
- "description": "Controls the supporting text shown per item.",
5860
- "markdownDescription": "Controls the supporting text shown per item."
5861
- },
5862
- "text": {
5863
- "$ref": "#/definitions/PreviewEntry",
5864
- "description": "Controls the main text shown per item.",
5865
- "markdownDescription": "Controls the main text shown per item."
5866
- }
5867
- },
5868
- "type": "object"
5869
- },
5870
5925
  "Paths": {
5871
5926
  "additionalProperties": false,
5872
5927
  "properties": {
@@ -6750,6 +6805,27 @@
6750
6805
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
6751
6806
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
6752
6807
  },
6808
+ "picker_preview": {
6809
+ "$ref": "#/definitions/Preview",
6810
+ "description": "Changes the way items are previewed in the CMS while being chosen.",
6811
+ "markdownDescription": "Changes the way items are previewed in the CMS while being chosen."
6812
+ },
6813
+ "picker_view": {
6814
+ "description": "Controls how selectable options are rendered.",
6815
+ "enum": [
6816
+ "card",
6817
+ "text",
6818
+ "gallery",
6819
+ "gallery-left"
6820
+ ],
6821
+ "markdownDescription": "Controls how selectable options are rendered.",
6822
+ "type": "string"
6823
+ },
6824
+ "preview": {
6825
+ "$ref": "#/definitions/Preview",
6826
+ "description": "Changes the way items are previewed in the CMS.",
6827
+ "markdownDescription": "Changes the way items are previewed in the CMS."
6828
+ },
6753
6829
  "value_key": {
6754
6830
  "description": "Defines the key used for mapping between saved values and objects in values. This changes how the input saves selected values to match. Defaults to checking for \"id\", \"uuid\", \"path\", \"title\", then \"name\". Has no effect unless values is an array of objects, the key is used instead for objects, and the value itself is used for primitive types.",
6755
6831
  "markdownDescription": "Defines the key used for mapping between saved values and objects in values. This changes how\nthe input saves selected values to match. Defaults to checking for \"id\", \"uuid\", \"path\",\n\"title\", then \"name\". Has no effect unless values is an array of objects, the key is used\ninstead for objects, and the value itself is used for primitive types.",
@@ -6759,22 +6835,17 @@
6759
6835
  "$ref": "#/definitions/SelectValues",
6760
6836
  "description": "Defines the values available to choose from. Optional, defaults to fetching values from the naming convention (e.g. colors or my_colors for data set colors).",
6761
6837
  "markdownDescription": "Defines the values available to choose from. Optional, defaults to fetching values from the\nnaming convention (e.g. colors or my_colors for data set colors)."
6762
- }
6763
- },
6764
- "type": "object"
6765
- },
6766
- "SelectPreview": {
6767
- "additionalProperties": false,
6768
- "properties": {
6769
- "icon": {
6770
- "$ref": "#/definitions/PreviewEntry",
6771
- "description": "Controls the icon shown per item. Must result in a Material Icon name.",
6772
- "markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
6773
6838
  },
6774
- "text": {
6775
- "$ref": "#/definitions/PreviewEntry",
6776
- "description": "Controls the main text shown per item.",
6777
- "markdownDescription": "Controls the main text shown per item."
6839
+ "view": {
6840
+ "description": "Controls how selected items are rendered.",
6841
+ "enum": [
6842
+ "card",
6843
+ "text",
6844
+ "gallery",
6845
+ "gallery-left"
6846
+ ],
6847
+ "markdownDescription": "Controls how selected items are rendered.",
6848
+ "type": "string"
6778
6849
  }
6779
6850
  },
6780
6851
  "type": "object"
@@ -7473,6 +7544,14 @@
7473
7544
  "markdownDescription": "If set to true, this item will be considered the default type for this structure. If the type\nof a value within a structure cannot be inferred based on its id_key or matching fields, then\nit will fall back to this item. If multiple items have default set to true, only the first item\nwill be used.",
7474
7545
  "type": "boolean"
7475
7546
  },
7547
+ "groups": {
7548
+ "description": "Allows you to group the inputs inside this object together without changing the data structure.",
7549
+ "items": {
7550
+ "$ref": "#/definitions/ObjectInputGroup"
7551
+ },
7552
+ "markdownDescription": "Allows you to group the inputs inside this object together without changing the data structure.",
7553
+ "type": "array"
7554
+ },
7476
7555
  "hide_extra_inputs": {
7477
7556
  "default": false,
7478
7557
  "description": "Hides unexpected inputs when editing. Has no effect if `remove_extra_inputs` is true.",
@@ -137,11 +137,6 @@
137
137
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
138
138
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
139
139
  },
140
- "preview": {
141
- "$ref": "#/definitions/ObjectPreview",
142
- "description": "The preview definition for changing the way data within an array input's items are previewed before being expanded. If the input has structures, the preview from the structure value is used instead.",
143
- "markdownDescription": "The preview definition for changing the way data within an array input's items are previewed\nbefore being expanded. If the input has structures, the preview from the structure value is\nused instead."
144
- },
145
140
  "structures": {
146
141
  "anyOf": [
147
142
  {
@@ -675,10 +670,26 @@
675
670
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
676
671
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
677
672
  },
673
+ "picker_preview": {
674
+ "$ref": "#/definitions/Preview",
675
+ "description": "Changes the way items are previewed in the CMS while being chosen.",
676
+ "markdownDescription": "Changes the way items are previewed in the CMS while being chosen."
677
+ },
678
+ "picker_view": {
679
+ "description": "Controls how selectable options are rendered.",
680
+ "enum": [
681
+ "card",
682
+ "text",
683
+ "gallery",
684
+ "gallery-left"
685
+ ],
686
+ "markdownDescription": "Controls how selectable options are rendered.",
687
+ "type": "string"
688
+ },
678
689
  "preview": {
679
- "$ref": "#/definitions/SelectPreview",
680
- "description": "The preview definition for changing the way selected and available options are displayed.",
681
- "markdownDescription": "The preview definition for changing the way selected and available options are displayed."
690
+ "$ref": "#/definitions/Preview",
691
+ "description": "Changes the way items are previewed in the CMS.",
692
+ "markdownDescription": "Changes the way items are previewed in the CMS."
682
693
  },
683
694
  "value_key": {
684
695
  "description": "Defines the key used for mapping between saved values and objects in values. This changes how the input saves selected values to match. Defaults to checking for \"id\", \"uuid\", \"path\", \"title\", then \"name\". Has no effect unless values is an array of objects, the key is used instead for objects, and the value itself is used for primitive types.",
@@ -689,6 +700,17 @@
689
700
  "$ref": "#/definitions/SelectValues",
690
701
  "description": "Defines the values available to choose from. Optional, defaults to fetching values from the naming convention (e.g. colors or my_colors for data set colors).",
691
702
  "markdownDescription": "Defines the values available to choose from. Optional, defaults to fetching values from the\nnaming convention (e.g. colors or my_colors for data set colors)."
703
+ },
704
+ "view": {
705
+ "description": "Controls how selected items are rendered.",
706
+ "enum": [
707
+ "card",
708
+ "text",
709
+ "gallery",
710
+ "gallery-left"
711
+ ],
712
+ "markdownDescription": "Controls how selected items are rendered.",
713
+ "type": "string"
692
714
  }
693
715
  },
694
716
  "type": "object"
@@ -5018,10 +5040,26 @@
5018
5040
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5019
5041
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
5020
5042
  },
5043
+ "picker_preview": {
5044
+ "$ref": "#/definitions/Preview",
5045
+ "description": "Changes the way items are previewed in the CMS while being chosen.",
5046
+ "markdownDescription": "Changes the way items are previewed in the CMS while being chosen."
5047
+ },
5048
+ "picker_view": {
5049
+ "description": "Controls how selectable options are rendered.",
5050
+ "enum": [
5051
+ "card",
5052
+ "text",
5053
+ "gallery",
5054
+ "gallery-left"
5055
+ ],
5056
+ "markdownDescription": "Controls how selectable options are rendered.",
5057
+ "type": "string"
5058
+ },
5021
5059
  "preview": {
5022
- "$ref": "#/definitions/SelectPreview",
5023
- "description": "The preview definition for changing the way selected and available options are displayed.",
5024
- "markdownDescription": "The preview definition for changing the way selected and available options are displayed."
5060
+ "$ref": "#/definitions/Preview",
5061
+ "description": "Changes the way items are previewed in the CMS.",
5062
+ "markdownDescription": "Changes the way items are previewed in the CMS."
5025
5063
  },
5026
5064
  "value_key": {
5027
5065
  "description": "Defines the key used for mapping between saved values and objects in values. This changes how the input saves selected values to match. Defaults to checking for \"id\", \"uuid\", \"path\", \"title\", then \"name\". Has no effect unless values is an array of objects, the key is used instead for objects, and the value itself is used for primitive types.",
@@ -5032,6 +5070,17 @@
5032
5070
  "$ref": "#/definitions/SelectValues",
5033
5071
  "description": "Defines the values available to choose from. Optional, defaults to fetching values from the naming convention (e.g. colors or my_colors for data set colors).",
5034
5072
  "markdownDescription": "Defines the values available to choose from. Optional, defaults to fetching values from the\nnaming convention (e.g. colors or my_colors for data set colors)."
5073
+ },
5074
+ "view": {
5075
+ "description": "Controls how selected items are rendered.",
5076
+ "enum": [
5077
+ "card",
5078
+ "text",
5079
+ "gallery",
5080
+ "gallery-left"
5081
+ ],
5082
+ "markdownDescription": "Controls how selected items are rendered.",
5083
+ "type": "string"
5035
5084
  }
5036
5085
  },
5037
5086
  "type": "object"
@@ -5137,6 +5186,27 @@
5137
5186
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5138
5187
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
5139
5188
  },
5189
+ "picker_preview": {
5190
+ "$ref": "#/definitions/Preview",
5191
+ "description": "Changes the way items are previewed in the CMS while being chosen.",
5192
+ "markdownDescription": "Changes the way items are previewed in the CMS while being chosen."
5193
+ },
5194
+ "picker_view": {
5195
+ "description": "Controls how selectable options are rendered.",
5196
+ "enum": [
5197
+ "card",
5198
+ "text",
5199
+ "gallery",
5200
+ "gallery-left"
5201
+ ],
5202
+ "markdownDescription": "Controls how selectable options are rendered.",
5203
+ "type": "string"
5204
+ },
5205
+ "preview": {
5206
+ "$ref": "#/definitions/Preview",
5207
+ "description": "Changes the way items are previewed in the CMS.",
5208
+ "markdownDescription": "Changes the way items are previewed in the CMS."
5209
+ },
5140
5210
  "value_key": {
5141
5211
  "description": "Defines the key used for mapping between saved values and objects in values. This changes how the input saves selected values to match. Defaults to checking for \"id\", \"uuid\", \"path\", \"title\", then \"name\". Has no effect unless values is an array of objects, the key is used instead for objects, and the value itself is used for primitive types.",
5142
5212
  "markdownDescription": "Defines the key used for mapping between saved values and objects in values. This changes how\nthe input saves selected values to match. Defaults to checking for \"id\", \"uuid\", \"path\",\n\"title\", then \"name\". Has no effect unless values is an array of objects, the key is used\ninstead for objects, and the value itself is used for primitive types.",
@@ -5146,6 +5216,17 @@
5146
5216
  "$ref": "#/definitions/SelectValues",
5147
5217
  "description": "Defines the values available to choose from. Optional, defaults to fetching values from the naming convention (e.g. colors or my_colors for data set colors).",
5148
5218
  "markdownDescription": "Defines the values available to choose from. Optional, defaults to fetching values from the\nnaming convention (e.g. colors or my_colors for data set colors)."
5219
+ },
5220
+ "view": {
5221
+ "description": "Controls how selected items are rendered.",
5222
+ "enum": [
5223
+ "card",
5224
+ "text",
5225
+ "gallery",
5226
+ "gallery-left"
5227
+ ],
5228
+ "markdownDescription": "Controls how selected items are rendered.",
5229
+ "type": "string"
5149
5230
  }
5150
5231
  },
5151
5232
  "type": "object"
@@ -5428,9 +5509,9 @@
5428
5509
  "type": "boolean"
5429
5510
  },
5430
5511
  "preview": {
5431
- "$ref": "#/definitions/ObjectPreview",
5432
- "description": "The preview definition for changing the way data within an object input is previewed before being expanded. If the input has `structures`, the preview from the structure value is used instead.",
5433
- "markdownDescription": "The preview definition for changing the way data within an object input is previewed before\nbeing expanded. If the input has `structures`, the preview from the structure value is used\ninstead."
5512
+ "$ref": "#/definitions/Preview",
5513
+ "description": "Changes the way items are previewed in the CMS.",
5514
+ "markdownDescription": "Changes the way items are previewed in the CMS."
5434
5515
  },
5435
5516
  "structures": {
5436
5517
  "anyOf": [
@@ -5457,32 +5538,6 @@
5457
5538
  },
5458
5539
  "type": "object"
5459
5540
  },
5460
- "ObjectPreview": {
5461
- "additionalProperties": false,
5462
- "properties": {
5463
- "icon": {
5464
- "$ref": "#/definitions/PreviewEntry",
5465
- "description": "Controls the icon shown per item. Must result in a Material Icon name.",
5466
- "markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
5467
- },
5468
- "image": {
5469
- "$ref": "#/definitions/PreviewEntry",
5470
- "description": "Controls the image shown per item.",
5471
- "markdownDescription": "Controls the image shown per item."
5472
- },
5473
- "subtext": {
5474
- "$ref": "#/definitions/PreviewEntry",
5475
- "description": "Controls the supporting text shown per item.",
5476
- "markdownDescription": "Controls the supporting text shown per item."
5477
- },
5478
- "text": {
5479
- "$ref": "#/definitions/PreviewEntry",
5480
- "description": "Controls the main text shown per item.",
5481
- "markdownDescription": "Controls the main text shown per item."
5482
- }
5483
- },
5484
- "type": "object"
5485
- },
5486
5541
  "Paths": {
5487
5542
  "additionalProperties": false,
5488
5543
  "properties": {
@@ -6796,6 +6851,27 @@
6796
6851
  "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
6797
6852
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
6798
6853
  },
6854
+ "picker_preview": {
6855
+ "$ref": "#/definitions/Preview",
6856
+ "description": "Changes the way items are previewed in the CMS while being chosen.",
6857
+ "markdownDescription": "Changes the way items are previewed in the CMS while being chosen."
6858
+ },
6859
+ "picker_view": {
6860
+ "description": "Controls how selectable options are rendered.",
6861
+ "enum": [
6862
+ "card",
6863
+ "text",
6864
+ "gallery",
6865
+ "gallery-left"
6866
+ ],
6867
+ "markdownDescription": "Controls how selectable options are rendered.",
6868
+ "type": "string"
6869
+ },
6870
+ "preview": {
6871
+ "$ref": "#/definitions/Preview",
6872
+ "description": "Changes the way items are previewed in the CMS.",
6873
+ "markdownDescription": "Changes the way items are previewed in the CMS."
6874
+ },
6799
6875
  "value_key": {
6800
6876
  "description": "Defines the key used for mapping between saved values and objects in values. This changes how the input saves selected values to match. Defaults to checking for \"id\", \"uuid\", \"path\", \"title\", then \"name\". Has no effect unless values is an array of objects, the key is used instead for objects, and the value itself is used for primitive types.",
6801
6877
  "markdownDescription": "Defines the key used for mapping between saved values and objects in values. This changes how\nthe input saves selected values to match. Defaults to checking for \"id\", \"uuid\", \"path\",\n\"title\", then \"name\". Has no effect unless values is an array of objects, the key is used\ninstead for objects, and the value itself is used for primitive types.",
@@ -6805,22 +6881,17 @@
6805
6881
  "$ref": "#/definitions/SelectValues",
6806
6882
  "description": "Defines the values available to choose from. Optional, defaults to fetching values from the naming convention (e.g. colors or my_colors for data set colors).",
6807
6883
  "markdownDescription": "Defines the values available to choose from. Optional, defaults to fetching values from the\nnaming convention (e.g. colors or my_colors for data set colors)."
6808
- }
6809
- },
6810
- "type": "object"
6811
- },
6812
- "SelectPreview": {
6813
- "additionalProperties": false,
6814
- "properties": {
6815
- "icon": {
6816
- "$ref": "#/definitions/PreviewEntry",
6817
- "description": "Controls the icon shown per item. Must result in a Material Icon name.",
6818
- "markdownDescription": "Controls the icon shown per item. Must result in a Material Icon name."
6819
6884
  },
6820
- "text": {
6821
- "$ref": "#/definitions/PreviewEntry",
6822
- "description": "Controls the main text shown per item.",
6823
- "markdownDescription": "Controls the main text shown per item."
6885
+ "view": {
6886
+ "description": "Controls how selected items are rendered.",
6887
+ "enum": [
6888
+ "card",
6889
+ "text",
6890
+ "gallery",
6891
+ "gallery-left"
6892
+ ],
6893
+ "markdownDescription": "Controls how selected items are rendered.",
6894
+ "type": "string"
6824
6895
  }
6825
6896
  },
6826
6897
  "type": "object"
@@ -7519,6 +7590,14 @@
7519
7590
  "markdownDescription": "If set to true, this item will be considered the default type for this structure. If the type\nof a value within a structure cannot be inferred based on its id_key or matching fields, then\nit will fall back to this item. If multiple items have default set to true, only the first item\nwill be used.",
7520
7591
  "type": "boolean"
7521
7592
  },
7593
+ "groups": {
7594
+ "description": "Allows you to group the inputs inside this object together without changing the data structure.",
7595
+ "items": {
7596
+ "$ref": "#/definitions/ObjectInputGroup"
7597
+ },
7598
+ "markdownDescription": "Allows you to group the inputs inside this object together without changing the data structure.",
7599
+ "type": "array"
7600
+ },
7522
7601
  "hide_extra_inputs": {
7523
7602
  "default": false,
7524
7603
  "description": "Hides unexpected inputs when editing. Has no effect if `remove_extra_inputs` is true.",