diff --git a/data/fields/board_type.json b/data/fields/board_type.json index a23ef078..1dce8f0b 100644 --- a/data/fields/board_type.json +++ b/data/fields/board_type.json @@ -1,5 +1,17 @@ { "key": "board_type", "type": "combo", - "label": "Type" + "label": "Type", + "strings": { + "options": { + "art": "Art", + "astronomy": "Astronomy", + "geology": "Geology", + "history": "History", + "nature": "Nature", + "plants": "Plants", + "welcome_sign": "Welcome Sign", + "wildlife": "Wildlife" + } + } }