Skip to content

Commit dc6832c

Browse files
Merge pull request #3235 from alphagov/remove-main-facet-label-and-value
Remove main facet label and value
2 parents 82a639f + 17487a2 commit dc6832c

File tree

4 files changed

+0
-32
lines changed

4 files changed

+0
-32
lines changed

content_schemas/dist/formats/finder/frontend/schema.json

-8
Original file line numberDiff line numberDiff line change
@@ -860,14 +860,6 @@
860860
"description": "A human readable label",
861861
"type": "string"
862862
},
863-
"main_facet_label": {
864-
"description": "A label that refers to the main facet label of this facet if it is a sub facet. The label is used to generate sub facet labels on frontend apps.",
865-
"type": "string"
866-
},
867-
"main_facet_value": {
868-
"description": "A value that refers to the main facet value of this facet if it is a sub facet. The value is used to group sub facets into sub category groupings for navigational purposes.",
869-
"type": "string"
870-
},
871863
"sub_facets": {
872864
"description": "Possible values to show for non-dynamic select nested facets. All values are shown regardless of the search.",
873865
"type": "array",

content_schemas/dist/formats/finder/notification/schema.json

-8
Original file line numberDiff line numberDiff line change
@@ -973,14 +973,6 @@
973973
"description": "A human readable label",
974974
"type": "string"
975975
},
976-
"main_facet_label": {
977-
"description": "A label that refers to the main facet label of this facet if it is a sub facet. The label is used to generate sub facet labels on frontend apps.",
978-
"type": "string"
979-
},
980-
"main_facet_value": {
981-
"description": "A value that refers to the main facet value of this facet if it is a sub facet. The value is used to group sub facets into sub category groupings for navigational purposes.",
982-
"type": "string"
983-
},
984976
"sub_facets": {
985977
"description": "Possible values to show for non-dynamic select nested facets. All values are shown regardless of the search.",
986978
"type": "array",

content_schemas/dist/formats/finder/publisher_v2/schema.json

-8
Original file line numberDiff line numberDiff line change
@@ -626,14 +626,6 @@
626626
"description": "A human readable label",
627627
"type": "string"
628628
},
629-
"main_facet_label": {
630-
"description": "A label that refers to the main facet label of this facet if it is a sub facet. The label is used to generate sub facet labels on frontend apps.",
631-
"type": "string"
632-
},
633-
"main_facet_value": {
634-
"description": "A value that refers to the main facet value of this facet if it is a sub facet. The value is used to group sub facets into sub category groupings for navigational purposes.",
635-
"type": "string"
636-
},
637629
"sub_facets": {
638630
"description": "Possible values to show for non-dynamic select nested facets. All values are shown regardless of the search.",
639631
"type": "array",

content_schemas/formats/shared/definitions/label_value_pair_with_subfacets.jsonnet

-8
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@
1616
description: "A value to use for form controls",
1717
type: "string",
1818
},
19-
main_facet_label: {
20-
description: "A label that refers to the main facet label of this facet if it is a sub facet. The label is used to generate sub facet labels on frontend apps.",
21-
type: "string",
22-
},
23-
main_facet_value: {
24-
description: "A value that refers to the main facet value of this facet if it is a sub facet. The value is used to group sub facets into sub category groupings for navigational purposes.",
25-
type: "string",
26-
},
2719
sub_facets: {
2820
description: "Possible values to show for non-dynamic select nested facets. All values are shown regardless of the search.",
2921
type: "array",

0 commit comments

Comments
 (0)