Skip to content

Commit

Permalink
Merge pull request #2537 from alphagov/changes-to-farming-grant-options
Browse files Browse the repository at this point in the history
Reorder facets, change finder title, reenable pre-prod flag
  • Loading branch information
lauraghiorghisor-tw authored Feb 26, 2024
2 parents fc64070 + f7609ae commit 15ee000
Showing 1 changed file with 52 additions and 51 deletions.
103 changes: 52 additions & 51 deletions lib/documents/schemas/farming_grant_options.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"pre_production": true,
"content_id": "23ad50d7-916c-456b-b3de-4b27739d5be1",
"base_path": "/farming-grant-options",
"format_name": "Farming grant options",
"name": "Farming grant options",
"name": "Farming grant finder",
"description": "Find out about grant options, items and actions in the Farming and Countryside Programme. This is for land or farms in England.",
"filter": {
"format": "farming_grant_option"
Expand All @@ -19,6 +20,56 @@

"document_noun": "grant",
"facets": [
{
"key": "land_types",
"name": "Land types",
"type": "text",
"preposition": "for",
"display_as_result_metadata": true,
"filterable": true,
"allowed_values": [
{
"label": "Arable land",
"value": "arable-land"
},
{
"label": "Coast",
"value": "coast"
},
{
"label": "Grassland",
"value": "grassland"
},
{
"label": "Lowland heath",
"value": "lowland-heath"
},
{
"label": "Moorland and upland",
"value": "moorland-and-upland"
},
{
"label": "Organic land",
"value": "organic-land"
},
{
"label": "Priority habitats",
"value": "priority-habitats"
},
{
"label": "Waterbodies",
"value": "waterbodies"
},
{
"label": "Wetland",
"value": "wetland"
},
{
"label": "Woodland",
"value": "woodland"
}
]
},
{
"key": "areas_of_interest",
"name": "Areas of interest",
Expand Down Expand Up @@ -97,56 +148,6 @@
}
]
},
{
"key": "land_types",
"name": "Land types",
"type": "text",
"preposition": "for",
"display_as_result_metadata": true,
"filterable": true,
"allowed_values": [
{
"label": "Arable land",
"value": "arable-land"
},
{
"label": "Coast",
"value": "coast"
},
{
"label": "Grassland",
"value": "grassland"
},
{
"label": "Lowland heath",
"value": "lowland-heath"
},
{
"label": "Moorland and upland",
"value": "moorland-and-upland"
},
{
"label": "Organic land",
"value": "organic-land"
},
{
"label": "Priority habitats",
"value": "priority-habitats"
},
{
"label": "Waterbodies",
"value": "waterbodies"
},
{
"label": "Wetland",
"value": "wetland"
},
{
"label": "Woodland",
"value": "woodland"
}
]
},
{
"key": "grant_schemes",
"name": "Grant schemes",
Expand Down

0 comments on commit 15ee000

Please sign in to comment.