{% extends "page.html" %} {% block htmltitle -%} {{ indextitle|striptags|e }} - {{ docstitle|striptags|e }} {% endblock htmltitle -%} {% block scripts -%} {{ super() }} {%- if not embedded and collapse_index %} {%- endif -%} {%- endblock scripts %} {% block content %}

{{ indextitle }}

{% if indextitle == "Configuration options" %}

This page lists the available configuration options for different entities.

Important

Currently, this page does not cover all available configuration options, but only the ones that are extracted from the code base.

{% endif %}
{%- for (letter, entries) in content -%} {{ letter }} {%- if not loop.last %} | {% endif -%} {%- endfor -%}
{%- set groupid = idgen() %} {%- for letter, entries in content %} {%- for (name, grouptype, page, anchor, extra, qualifier, description) in entries %} {%- endfor %} {%- endfor %}
 
{{ letter }}
{% if grouptype == 1 -%} {%- endif %} {% if grouptype == 2 %}   {% endif %} {% if page %}{% endif -%} {{ name|e }} {%- if page %}{% endif %} {%- if extra %} ({{ extra|e }}){% endif -%} {% if qualifier %}{{ qualifier|e }}:{% endif %} {{ description|e }}
{% endblock content %}