797 B
797 B
🧰 Template/plugin compatibily matrix
<%# -%> <% for (const [plugin, {icon}] of Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key)))) { %> <% } %> <%# -%> <% for (const [template, {name, readme}] of Object.entries(templates).filter(([key, value]) => (value)&&(!["community"].includes(key)))) { %> <%# -%> <% for (const [plugin] of Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key)))) { %> <% } %> <% } %>| Template\Plugin | <%= icon %> |
|---|---|
| <%= name %> | <%= readme.compatibility[plugin] ? "✔️" : "❌" %> |