From 3d7f0a61162af1b95d1d7feaf0c0c85ee1f0eaac Mon Sep 17 00:00:00 2001 From: Iris Morelle Date: Mon, 14 Dec 2020 14:44:08 -0300 Subject: [PATCH] schema: GUI2 dropdown menus support the details= attribute --- data/schema/gui.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/schema/gui.cfg b/data/schema/gui.cfg index 1efb1bd339f..58574876c76 100644 --- a/data/schema/gui.cfg +++ b/data/schema/gui.cfg @@ -1002,6 +1002,7 @@ {DEFAULT_KEY "label" string ""} {DEFAULT_KEY "tooltip" string ""} {DEFAULT_KEY "icon" string ""} + {DEFAULT_KEY "details" string ""} [/tag] [/tag] [tag] @@ -1017,6 +1018,7 @@ {DEFAULT_KEY "label" string ""} {DEFAULT_KEY "tooltip" string ""} {DEFAULT_KEY "checkbox" bool ""} + {DEFAULT_KEY "details" string ""} [/tag] [/tag] [tag]