<%- include("partials/layout-top", { title }) %>

Settings

Platform Integration

Enable or disable platform adapters and run the setup wizards.

<% (platforms || []).forEach((platform) => { %>
<%= platform.label %> <% if (!platform.supported) { %> Coming soon <% } %>
<% if (platform.supported) { %>
Open wizard <%= platform.configured ? 'Configured' : 'Not configured' %>
<% } else { %>

Support planned for a future update.

<% } %>
<% }) %>

Navigation icons

Upload SVG or PNG icons for sidebar sublinks.

<%- include("partials/layout-bottom") %>