1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 16:44:36 +02:00

fix(core): fix incorrect data merging of manifest and settings for plugins and themes #404

This commit is contained in:
Awilum
2020-03-09 10:27:54 +03:00
parent f949199ad4
commit 8d685ac8af

View File

@@ -25,7 +25,7 @@
{% for key, plugin in plugins_list %}
<tr>
<td class="w-1 text-center {% if plugin.settings.enabled == false %}opacity-50{% endif %}">
{% if plugin.icon %}
{% if plugin.manifest.icon %}
<i class="icon">{{ icon(plugin.manifest.icon) }}</i>
{% else %}
<i class="icon">{{ icon('fas fa-plug') }}</i>