mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 16:49:41 +02:00
Add translatable strings to board_type field (#701)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user