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