%- include("partials/layout-top", { title }) %> Settings Site title Command prefix Auto update enabled /> <%= settings.auto_update_enabled ? 'Enabled' : 'Disabled' %> Auto update interval (minutes) Git remote Git branch Platform Integration Enable or disable platform adapters and run the setup wizards. <% (platforms || []).forEach((platform) => { %> <%= platform.label %> <% if (!platform.supported) { %> Coming soon <% } %> <%= platform.supported ? '' : 'disabled' %> /> <%= platform.enabled ? 'Enabled' : 'Disabled' %> <% if (platform.supported) { %> Open wizard <%= platform.configured ? 'Configured' : 'Not configured' %> <% } else { %> Support planned for a future update. <% } %> <% }) %> Save settings Navigation icons Upload SVG or PNG icons for sidebar sublinks. <% (navIconItems || []).forEach((item) => { %> <%= item.label %> <%= item.path %> Upload Reset <% }) %> <%- include("partials/layout-bottom") %>
Enable or disable platform adapters and run the setup wizards.
Support planned for a future update.
Upload SVG or PNG icons for sidebar sublinks.