From 52e8fd2c29588d6c5ac36854c215247d7afbba3e Mon Sep 17 00:00:00 2001 From: Helge Fahrnberger Date: Thu, 12 Jan 2017 17:44:56 +0100 Subject: [PATCH] Add missing properties --- src/config/layout.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/config/layout.json b/src/config/layout.json index 5c618ce..f1e0281 100644 --- a/src/config/layout.json +++ b/src/config/layout.json @@ -155,6 +155,7 @@ "type": "properties", "fields": [ "text-color", + "text-opacity", "text-halo-color", "text-halo-width", "text-halo-blur", @@ -166,6 +167,13 @@ "title": "Icon paint properties", "type": "properties", "fields": [ + "icon-color", + "icon-opacity", + "icon-halo-color", + "icon-halo-width", + "icon-halo-blur", + "icon-translate", + "icon-translate-anchor" ] } ]