Back to Leaflet

Plugin Category Table

docs/_includes/plugin_category_table.html

1.9.4587 B
Original Source

{% assign filteredplugins = site.plugins | where: "category", include.category %}

PluginDescriptionV1V2DemoMaintainer
{% for plugin in filteredplugins %}{{ plugin.name }}{{ plugin.content }}

| {% if plugin.compatible-v1 %} ✔️ {% endif %} | {% if plugin.compatible-v2 %} ✔️ {% endif %} | {% if plugin.demo %} Demo {% endif %} | {% if plugin.author-url %} {{ plugin.author }} {% else %} {{ plugin.author }} {% endif %} | {% endfor %}