Logo
Explore Help
Register Sign In
starred/BookStack
1
0
Fork 0
You've already forked BookStack
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-03-01 11:19:40 +03:00
Code Issues 784 Packages Projects Releases 15 Wiki Activity
Files
632ecc668ffe3e120a9bcc3d872dfd89be080629
BookStack/config/setting-defaults.php

13 lines
262 B
PHP
Raw Normal View History

Added editor control in admin settings & Fixed some markdown editor bugs Also updated the setting system with a more sane approach to handling default values. (Now done via the setting-defaults config file)
2016-03-29 19:26:13 +01:00
<?php
/**
* The defaults for the system settings that are saved in the database.
*/
return [
Updated all application urls to allow path prefix. Allows BookStack to be installed at a non-root location on a domain. Closes #40.
2016-08-14 12:29:35 +01:00
'app-name' => 'BookStack',
'app-editor' => 'wysiwyg',
'app-color' => '#0288D1',
Fixed theme color elements not showing on new instance Also cleaned notification session access
2016-06-12 13:37:15 +01:00
'app-color-light' => 'rgba(21, 101, 192, 0.15)'
Added editor control in admin settings & Fixed some markdown editor bugs Also updated the setting system with a more sane approach to handling default values. (Now done via the setting-defaults config file)
2016-03-29 19:26:13 +01:00
];
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 20ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API