Skip to content

Commit

Permalink
fix(Tinebase) install/branding logo
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweiss committed Feb 12, 2025
1 parent 26f1394 commit 159a2bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tine20/Tinebase/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2823,7 +2823,7 @@ class Tinebase_Config extends Tinebase_Config_Abstract
//_('Path to custom logo.')
self::DESCRIPTION => 'Path to custom logo - light variant, scaleable.',
self::TYPE => 'string',
self::DEFAULT_STR => '@TODO',
self::DEFAULT_STR => './images/tine_logo.svg',
self::CLIENTREGISTRYINCLUDE => FALSE,
self::SETBYADMINMODULE => FALSE,
self::SETBYSETUPMODULE => FALSE,
Expand All @@ -2847,7 +2847,7 @@ class Tinebase_Config extends Tinebase_Config_Abstract
//_('Path to custom logo.')
self::DESCRIPTION => 'Path to custom logo - dark variant, scaleable.',
self::TYPE => 'string',
self::DEFAULT_STR => '@TODO',
self::DEFAULT_STR => './images/tine_logo.svg',
self::CLIENTREGISTRYINCLUDE => FALSE,
self::SETBYADMINMODULE => FALSE,
self::SETBYSETUPMODULE => FALSE,
Expand Down Expand Up @@ -2975,7 +2975,6 @@ 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 @@ -2999,7 +2998,6 @@ 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 Down

0 comments on commit 159a2bb

Please sign in to comment.