From 5d01939725731a5c3f17b8e05b64300f420684e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Wed, 5 Sep 2018 11:50:53 +0200 Subject: [PATCH] xmas: Show name in popup and list --- xmasfi.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmasfi.json b/xmasfi.json index 9b8d511..ad51c7b 100644 --- a/xmasfi.json +++ b/xmasfi.json @@ -4,6 +4,9 @@ "en": "xmas:feature" }, "query": { - "16": "(node[\"xmas:feature\"];)" + "14": "(node[\"xmas:feature\"];)" + }, + "feature": { + "title": "{{ attribute(tags, \"xmas:name\") }}" } }