From a4c2cfb837a3f92e2c0f0b8a0bac7a6e03499640 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Tue, 4 Jan 2022 18:00:45 +0100 Subject: [enh] change categories_as_tabs from a list to a dict The tab icon names are currently hard coded in the templates. This commit lets us introduce an icon property in the future, e.g: categories_as_tabs: general: icon: search-outline --- tests/robot/settings_robot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/robot') diff --git a/tests/robot/settings_robot.yml b/tests/robot/settings_robot.yml index 438ccf9a0..db22cce14 100644 --- a/tests/robot/settings_robot.yml +++ b/tests/robot/settings_robot.yml @@ -34,8 +34,8 @@ outgoing: useragent_suffix: "" categories_as_tabs: - - general - - dummy + general: + dummy: engines: - name: general dummy -- cgit v1.2.3-54-g00ecf