Skip to content
Snippets Groups Projects
Commit 7db6c405 authored by Kocher, Manuel's avatar Kocher, Manuel
Browse files

Add new dbp logo as favicon

parent 1548a1fd
No related branches found
No related tags found
No related merge requests found
Pipeline #202182 passed
......@@ -171,6 +171,7 @@ class DbpRelayCoreExtension extends ConfigurableExtension implements PrependExte
'app_buildinfo' => $config['build_info'] ?? '',
'app_buildinfo_url' => $config['build_info_url'] ?? '',
'logo_path' => $config['logo_path'] ?? 'bundles/dbprelaycore/logo.png',
'favicon_path' => $config['favicon_path'] ?? 'bundles/dbprelaycore/apple-touch-icon.png',
'app_env' => '%kernel.environment%',
'app_debug' => '%kernel.debug%',
]),
......
......@@ -9,6 +9,7 @@
<link rel="stylesheet" href="{{ asset('bundles/apiplatform/style.css', assetPackage) }}">
<link rel="stylesheet" href="{{ asset('bundles/dbprelaycore/fonts/fonts.css', assetPackage) }}">
<link rel="stylesheet" href="{{ asset('bundles/dbprelaycore/style.css', assetPackage) }}">
<link rel="icon" href="{{ asset(favicon_path, assetPackage) }}">
<style>
#swagger-ui.api-platform .info .title {
......
src/Resources/public/apple-touch-icon.png

20.9 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment