<%- include("partials/layout-top", { title }) %>
<%- include("partials/page-header", { eyebrow: "Extensions", pageTitle: "Plugins", description: "Install, update, enable, and remove Lumi modules." }) %>

Installed plugins

<% if (!plugins.length) { %>
No plugins installed.
<% } else { %>
<% plugins.forEach((plugin) => { %> <% }) %>
Name Version Status Actions
<%= plugin.name %> <%= plugin.version || "-" %> <%= plugin.enabled ? "Enabled" : "Disabled" %>
<% } %>

Install plugin from ZIP

Install plugin from git

Create local plugin

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