Allow setting of a default note title, see

This commit is contained in:
Mark Gerarts 2017-10-01 14:19:57 +02:00
parent 3512f44617
commit 722caa2090
3 changed files with 3 additions and 1 deletions
application/config

View file

@ -317,6 +317,7 @@ class ConfigManager
$this->setEmpty('general.header_link', '?');
$this->setEmpty('general.links_per_page', 20);
$this->setEmpty('general.enabled_plugins', self::$DEFAULT_PLUGINS);
$this->setEmpty('general.default_note_title', 'Note: ');
$this->setEmpty('updates.check_updates', false);
$this->setEmpty('updates.check_updates_branch', 'stable');