mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
added favicon setting
This commit is contained in:
parent
659feb6869
commit
6872c08225
@ -7,6 +7,7 @@ return [
|
||||
'general' => [
|
||||
'title' => 'visiosoft.module.advs::section.general',
|
||||
'fields' => [
|
||||
'favicon',
|
||||
'market_place',
|
||||
'show_lang_url',
|
||||
'iban_numbers',
|
||||
|
||||
@ -381,4 +381,7 @@ return [
|
||||
},
|
||||
],
|
||||
],
|
||||
'favicon' => [
|
||||
'type' => 'anomaly.field_type.file',
|
||||
]
|
||||
];
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
{% include "visiosoft.theme.base::partials/metatags" %}
|
||||
|
||||
<!-- Favicon -->
|
||||
{#{{ favicons("theme::img/favicon.png") }}#}
|
||||
{{ favicons(file(setting_value('visiosoft.module.advs::favicon')).url) }}
|
||||
|
||||
{# Base Theme Components #}
|
||||
{{ asset_add("theme.css", "visiosoft.theme.base::css/base.css") }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user