From f3436cdc641c3b8af2d33898fa5d82fe0383eeee Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 28 Nov 2019 15:59:33 +0100 Subject: [PATCH] Add structure for existing blogs plus redirects to db --- Configuration/UserTSconfig/Options.tsconfig | 7 +++++++ ext_localconf.php | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 Configuration/UserTSconfig/Options.tsconfig diff --git a/Configuration/UserTSconfig/Options.tsconfig b/Configuration/UserTSconfig/Options.tsconfig new file mode 100644 index 0000000..c6ea0e4 --- /dev/null +++ b/Configuration/UserTSconfig/Options.tsconfig @@ -0,0 +1,7 @@ +options { + pageTree { + backgroundColor { + 2 = rgb(156, 217, 240); + } + } +} diff --git a/ext_localconf.php b/ext_localconf.php index a360111..cb93c49 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -1,3 +1,6 @@