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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user