Skip to content

Commit

Permalink
Merge pull request #2659 from alphagov/make-changes-to-algorithmic-tr…
Browse files Browse the repository at this point in the history
…ansparency-record

Add new value to algorithmic_transparency_record_region facet
  • Loading branch information
lauraghiorghisor-tw authored Feb 28, 2024
2 parents 55cfad8 + d02926b commit c5b6610
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@
"items": {
"type": "string",
"enum": [
"uk",
"northern-ireland",
"scotland",
"wales",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@
"items": {
"type": "string",
"enum": [
"uk",
"northern-ireland",
"scotland",
"wales",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@
"items": {
"type": "string",
"enum": [
"uk",
"northern-ireland",
"scotland",
"wales",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@
"display_as_result_metadata": true,
"filterable": true,
"allowed_values": [
{
"label": "UK",
"value": "uk"
},
{
"label": "Northern Ireland",
"value": "northern-ireland"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@
items: {
type: "string",
enum: [
"uk",
"northern-ireland",
"scotland",
"wales",
Expand Down

0 comments on commit c5b6610

Please sign in to comment.