mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-25 01:24:07 +02:00
Add translatable strings to artwork_type field (#700)
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
{
|
||||
"key": "artwork_type",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"sculpture": "Sculpture",
|
||||
"statue": "Statue",
|
||||
"mural": "Mural",
|
||||
"installation": "Art Installation",
|
||||
"graffiti": "Graffiti",
|
||||
"bust": "Bust",
|
||||
"painting": "Painting",
|
||||
"mosaic": "Mosaic",
|
||||
"relief": "Relief"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user