{% extends "admin/layout.html" %} {% set active_menu_item = ['options', 'configuration'] %} {% block title %}{% trans "Configuration Editor" %}{% endblock %} {% block contents %}
{% trans %} Here you can tune all registered configuration values. Note that some of them (especially the core configuration values) can easily break your installation if set to an illegal value. Don't alter any of those values if you don't know what effect they will have. This editor is especially useful if you want to configure plugins that don't provide a configuration page (yet). {% endtrans %}
{% endblock %}