Add translatable strings to artwork_type field (#700)

This commit is contained in:
kjonosm
2022-12-22 15:32:40 +01:00
committed by GitHub
parent ef700f35c5
commit e6a52744d6
+14 -1
View File
@@ -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"
}
}
}