{% import 'macro/accordion.html' as accordion %} {% macro config_badges(var_name) %} {% set current_value = env_values[var_name] %} {% set default_value = config_defaults[var_name] %} {% set is_explicitly_set = env_explicit_values[var_name] %} {% if not is_explicitly_set %} Unset Default Value {% elif current_value is sameas true %} True {% elif current_value is sameas false %} False {% elif current_value == default_value %} Default: {{ default_value }} {% else %} Default: {{ default_value }} {% endif %} {% if current_value != default_value %} Changed {% endif %} {% endmacro %} {{ accordion.header('Configuration Management', 'configuration-management', 'admin', icon='settings-4-line') }}
Badge Legend
True Boolean setting enabled
False Boolean setting disabled
Set Custom value configured
Unset Not in .env file
Default Value Using default value
Changed Modified from default

Menu Visibility
Table Display
Pagination Settings
Sets
Parts
Minifigures
Problems
Client side pagination
Features & External Services
Advanced Settings
Default Ordering & Formatting
URL Patterns & Links
Images & Resources

Restart Required
These settings require an application restart to take effect. Values can be edited here and will be saved to the .env file.
Authentication & Security
Server Configuration
Database & Storage
API Configuration
Date & Currency Formats
Socket Configuration
{{ accordion.footer() }}