From 3063e570085e4481d2291e8cba07367576a6f473 Mon Sep 17 00:00:00 2001 From: Brent Saltzman Date: Sun, 2 Jul 2017 05:10:31 -0500 Subject: [PATCH] Clarify how to hide the group control switch (#2910) Not clear that value to "Control" should be "hidden" (not true/false) --- source/_components/group.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/group.markdown b/source/_components/group.markdown index 78005f8fb4c..ea8d1f7c221 100644 --- a/source/_components/group.markdown +++ b/source/_components/group.markdown @@ -59,7 +59,7 @@ Configuration variables: - **view** (*Optional*): If yes then the entry will be shown as a view (tab) at the top. - **name** (*Optional*): Name of the group. - **icon** (*Optional*): If the group is a view, this icon will show at the top in the frontend instead of the name. If it's not a view, then the icon shows when this group is used in another group. -- **control** (*Optional*): If hidden then the group switch will be hidden. +- **control** (*Optional*): Set value to `hidden`. If hidden then the group switch will be hidden. - **entities** (*Required*): array or comma delimited string, list of entities to group.