Any changes you make here will simply be appended to {{ file }}. If you wish to make the most of Tinyboard's customizability, you can instead edit the file directly. This page is intended for making quick changes and for those who don't have a basic understanding of PHP code.

{% if boards|count %} {% endif %}
{% for var in conf if var.type != 'array' %} {% if var.name|count == 1 %} {% set name = 'cf_' ~ var.name %} {% else %} {% set name = 'cf_' ~ var.name|join('/') %} {% endif %} {% endfor %}
{% trans 'Name' %} {% trans 'Value' %} {% trans 'Type' %} {% trans 'Description' %}
{% if var.name|count == 1 %} {{ var.name }} {% else %} {{ var.name|join(' → ') }} {% endif %} {% if var.type == 'string' %} {% elseif var.permissions %} {% elseif var.type == 'integer' %} {% elseif var.type == 'boolean' %} {% else %} ? {% endif %} {% if var.type == 'integer' or var.type == 'boolean' %} Default: {{ var.default }} {% endif %} {{ var.type|e }} {{ var.comment|join(' ') }}