diff options
author | Joas Schilling <coding@schilljs.com> | 2017-10-04 16:35:10 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-10-05 11:34:03 +0200 |
commit | 6292f665d7d10f23cedc71befb2acb2ef467870a (patch) | |
tree | 4ddfeb4df9f5f7ce0477660a4334d900ec8ac8fe /tests/data | |
parent | 060eac40d868b55733fef0389b487ef64a211a4d (diff) | |
download | nextcloud-server-6292f665d7d10f23cedc71befb2acb2ef467870a.tar.gz nextcloud-server-6292f665d7d10f23cedc71befb2acb2ef467870a.zip |
Allow multiple settings and sections per app
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/app/expected-info.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/app/expected-info.json b/tests/data/app/expected-info.json index 0666b902f2c..8527f18a2c0 100644 --- a/tests/data/app/expected-info.json +++ b/tests/data/app/expected-info.json @@ -81,5 +81,11 @@ "filters": [], "settings": [], "providers": [] + }, + "settings": { + "admin": [], + "admin-section": [], + "personal": [], + "personal-section": [] } } |