Improve rendering of default lists (#56041)

pull/56190/head
Lindsay Hill 5 years ago committed by Alicia Cozine
parent 9c5745ad21
commit 53ed1bfc49

@ -155,7 +155,7 @@ Parameters
{% endif %}
{# Show default value, when multiple choice or no choices #}
{% if value.default is defined and value.default not in value.choices %}
<b>Default:</b><br/><div style="color: blue">@{ value.default | escape }@</div>
<b>Default:</b><br/><div style="color: blue">@{ value.default | tojson | escape }@</div>
{% endif %}
</td>
{# configuration #}

Loading…
Cancel
Save