From 0d27cda9995f894c07e52ea25f73f28b43247a19 Mon Sep 17 00:00:00 2001 From: Mannivu Date: Sun, 7 Sep 2025 15:00:49 +0000 Subject: [PATCH] Aggiorna assets/layers/artwork/artwork.json Add `coat_of_arms` type --- assets/layers/artwork/artwork.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/layers/artwork/artwork.json b/assets/layers/artwork/artwork.json index 8c074f87a..be7eb458f 100644 --- a/assets/layers/artwork/artwork.json +++ b/assets/layers/artwork/artwork.json @@ -599,6 +599,13 @@ "it": "Poesia", "nl": "Gedicht" } + }, + { + "if": "artwork_type=coat_of_arms", + "then": { + "en": "Coat of arms" + "it": "Stemma" + } } ] },