From 08802979092a81f13c0ab65e584fe108ac12f776 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Wed, 20 Dec 2017 19:48:17 +1000 Subject: [PATCH] fix options output for bool type (#34074) --- docs/templates/plugin.rst.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 8290435013..5598bca2e9 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -119,7 +119,7 @@ Options {# choices #}
- {% if value.type == 'boolean' %} + {% if value.type == 'bool' %}