Skip to content

Commit edd55f3

Browse files
committed
Adding in the option to deselect the special interests and the Friendly accommodation options
1 parent 3dc755d commit edd55f3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

post-types/accommodation.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@
261261
"description": "Choose the types of visitors the accommodation is best suited for (e.g., family-friendly, pet-friendly).",
262262
"visible": true,
263263
"options": [
264+
{
265+
"label": "None",
266+
"value": ""
267+
},
264268
{
265269
"label": "Business",
266270
"value": "business"
@@ -306,6 +310,10 @@
306310
"description": "Special interests that the accommodation caters to, such as wildlife or adventure.",
307311
"visible": true,
308312
"options": [
313+
{
314+
"label": "None",
315+
"value": ""
316+
},
309317
{
310318
"label": "Adventure",
311319
"value": "adventure"

0 commit comments

Comments
 (0)