From b3de7aa9fb50d4b3a76d4b325f221ad2c6de1c30 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 20 Oct 2025 06:56:18 +0200 Subject: [PATCH] Fix formatting issues in bollard.json --- data/fields/bollard.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/data/fields/bollard.json b/data/fields/bollard.json index 6eb9aee2..ca8b1ed7 100644 --- a/data/fields/bollard.json +++ b/data/fields/bollard.json @@ -1,17 +1,17 @@ { - "key": "bollard", - "type": "combo", - "label": "Type", - "strings": { - "options": { - "fixed": "Fixed Bollard", - "flexible": "Flexible Bollard", - "foldable": "Foldable Bollard", - "removable": { - "title": "Removable Bollard", - "description": "Removable with or without a key" - }, - "rising": "Rising Bollard" + "key": "bollard", + "type": "combo", + "label": "Type", + "strings": { + "options": { + "fixed": "Fixed Bollard", + "flexible": "Flexible Bollard", + "foldable": "Foldable Bollard", + "removable": { + "title": "Removable Bollard", + "description": "Removable with or without a key" + }, + "rising": "Rising Bollard" + } } - } }