{# use this template to generate a binary setting for instance config. Set a "slug" and "label" keys. Set also an array "src" so we can check current config. #} {# optionally a "model" and "help" #} {# "affix" can be used to avoid the same html id attribute #} {% set model = model|default('config') %} {% set src = src|default(App.Config.configArr) %} {% set slugId = slug ~ (affix ? '-' ~ affix) %}
{{ help }}
{% endif %}