{% load static %} Wagtail Unveil Settings - wagtail-unveil {% include "wagtail_unveil/includes/report_nav.html" %}

Wagtail Unveil Settings

Package Settings

Configured inputs, effective values, and any fallback or normalization notes.

{% for setting in package_settings %} {% endfor %}
Setting Source Raw Value Effective Value Notes
{{ setting.name }} {{ setting.source_label }} {{ setting.raw_display }} {{ setting.effective_display }} {{ setting.notes }}

Runtime Access

Checks that influence whether the reports and API are reachable in this process.

{% for entry in runtime_entries %} {% endfor %}
Name Value Details
{{ entry.label }} {{ entry.value }} {{ entry.detail }}

Versions

Runtime versions for the package and framework stack.

{% for entry in version_entries %} {% endfor %}
Name Value Details
{{ entry.label }} {{ entry.value }} {{ entry.detail }}

URL Diagnostics

Resolved API and report endpoints exposed by the installed package.

{% for entry in url_entries %} {% endfor %}
Name Value Details
{{ entry.label }} {{ entry.value }} {{ entry.detail }}