From b12c069769e856f43c6f509d6e3528031795440e Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Thu, 14 Jan 2016 03:45:01 +0000 Subject: add possibility to view config values, including description, default value and whether it is an adjusted config value in the ui --- tests/resources/Config/global.ini.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/resources') diff --git a/tests/resources/Config/global.ini.php b/tests/resources/Config/global.ini.php index 20271ed43d..87e1437453 100644 --- a/tests/resources/Config/global.ini.php +++ b/tests/resources/Config/global.ini.php @@ -3,10 +3,14 @@ key1 = value1 key2 = value2 [CategoryOnlyInGlobalFile] +; test comment key3 = "value3" +; test comment 4 key4 = value4 [TestArray] +; test comment 2 +; with multiple lines installed[] = plugin1 installed[] = plugin4 -- cgit v1.2.3