From 07e35a8ab2ac02c9dadc7da0ad325c0b9016941d Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 21 Dec 2014 11:31:17 +0000 Subject: [PATCH] update config docs (enums, 'My Videos' list) --- pandora/config.pandora.jsonc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index c23b9ee08..b58f3bdfa 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -175,6 +175,8 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. results in an itemKey whose boolean value indicates the presence or absence of a userLevel-dependent capability. This can be used to create queries and lists like "all items this user can play" etc. + "values": [value, value, ...] Ordered list of values, in case "type" is + "enum" */ "itemKeys": [ { @@ -634,7 +636,9 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "personalLists" specifies which pre-defined lists a new member will have after signup. "title" is required. If "query" is present, this defines a smart list. "query" can be any pan.do/ra query object, see /api/find for - further documentation. + further documentation. If you need to reference the username (for example + in order to include a default "My Videos" list), you can use the syntax + {"user": "{username}"} */ "personalLists": [ {"title": "Favorites"}