Skip to content

Commit

Permalink
Merge branch 'pu/sd/iconConfigs' into 'main'
Browse files Browse the repository at this point in the history
Default tine-Logo Configs

See merge request tine20/tine20!6583
  • Loading branch information
sstamer committed Feb 12, 2025
2 parents 5e3614b + d41119e commit eeaf63b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tine20/Tinebase/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2835,7 +2835,7 @@ class Tinebase_Config extends Tinebase_Config_Abstract
//_('Path to custom logo.')
self::DESCRIPTION => 'Path to custom logo - light variant.',
self::TYPE => 'string',
self::DEFAULT_STR => '@TODO',
self::DEFAULT_STR => './images/tine_logo.png',
self::CLIENTREGISTRYINCLUDE => FALSE,
self::SETBYADMINMODULE => FALSE,
self::SETBYSETUPMODULE => FALSE,
Expand All @@ -2859,7 +2859,7 @@ class Tinebase_Config extends Tinebase_Config_Abstract
//_('Path to custom logo.')
self::DESCRIPTION => 'Path to custom logo - dark variant.',
self::TYPE => 'string',
self::DEFAULT_STR => '@TODO',
self::DEFAULT_STR => './images/tine_logo_dark.png',
self::CLIENTREGISTRYINCLUDE => FALSE,
self::SETBYADMINMODULE => FALSE,
self::SETBYSETUPMODULE => FALSE,
Expand Down Expand Up @@ -2963,7 +2963,7 @@ class Tinebase_Config extends Tinebase_Config_Abstract
//_('Path to custom installation logo.')
self::DESCRIPTION => 'Path to custom installation logo.',
self::TYPE => 'string',
self::DEFAULT_STR => false,
self::DEFAULT_STR => './images/tine_logo.png',
self::CLIENTREGISTRYINCLUDE => true,
self::SETBYADMINMODULE => FALSE,
self::SETBYSETUPMODULE => FALSE,
Expand All @@ -2975,6 +2975,7 @@ class Tinebase_Config extends Tinebase_Config_Abstract
//_('Path to custom installation logo.')
self::DESCRIPTION => 'Path to custom installation logo - light variant, scalable.',
self::TYPE => 'string',
self::DEFAULT_STR => './images/tine_logo.svg',
self::CLIENTREGISTRYINCLUDE => true,
self::SETBYADMINMODULE => FALSE,
self::SETBYSETUPMODULE => FALSE,
Expand All @@ -2986,7 +2987,7 @@ class Tinebase_Config extends Tinebase_Config_Abstract
//_('Path to custom installation logo.')
self::DESCRIPTION => 'Path to custom installation logo - light variant.',
self::TYPE => 'string',
self::DEFAULT_STR => false,
self::DEFAULT_STR => './images/tine_logo.png',
self::CLIENTREGISTRYINCLUDE => true,
self::SETBYADMINMODULE => FALSE,
self::SETBYSETUPMODULE => FALSE,
Expand All @@ -2998,6 +2999,7 @@ class Tinebase_Config extends Tinebase_Config_Abstract
//_('Path to custom installation logo.')
self::DESCRIPTION => 'Path to custom installation logo - dark variant, scalable.',
self::TYPE => 'string',
self::DEFAULT_STR => './images/tine_logo.svg',
self::CLIENTREGISTRYINCLUDE => true,
self::SETBYADMINMODULE => FALSE,
self::SETBYSETUPMODULE => FALSE,
Expand All @@ -3009,7 +3011,7 @@ class Tinebase_Config extends Tinebase_Config_Abstract
//_('Path to custom installation logo.')
self::DESCRIPTION => 'Path to custom installation logo - dark variant.',
self::TYPE => 'string',
self::DEFAULT_STR => false,
self::DEFAULT_STR => './images/tine_logo_dark.png',
self::CLIENTREGISTRYINCLUDE => true,
self::SETBYADMINMODULE => FALSE,
self::SETBYSETUPMODULE => FALSE,
Expand Down
Binary file modified tine20/images/tine_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tine20/images/tine_logo_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eeaf63b

Please sign in to comment.