From 76d3d893bef924c80c2401a8aa9315eeb58c7878 Mon Sep 17 00:00:00 2001 From: Kallum Burgin Date: Fri, 26 Jan 2018 20:57:54 +0000 Subject: [PATCH] Add icon_template description to configuration (#4521) --- source/_components/switch.template.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/switch.template.markdown b/source/_components/switch.template.markdown index a6f545a97be..86d0e95e578 100644 --- a/source/_components/switch.template.markdown +++ b/source/_components/switch.template.markdown @@ -67,6 +67,10 @@ switch: description: Defines an action to run when the switch is turned off. required: true type: action + icon_template: + description: Defines a template for the icon of the switch. + required: false + type: template {% endconfiguration %} ## {% linkable_title Considerations %}