From 1392cdfaf1c2da3f645ce98158519d836806a650 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 4 Mar 2013 10:07:37 +0000 Subject: [PATCH] config: add help property --- pandora/config.0xdb.jsonc | 18 ++++++++++++++++++ pandora/config.indiancinema.jsonc | 17 +++++++++++++++++ pandora/config.padma.jsonc | 17 +++++++++++++++++ pandora/config.pandora.jsonc | 17 +++++++++++++++++ 4 files changed, 69 insertions(+) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index cfbc1a4c..4812c6c1 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -88,6 +88,23 @@ {"id": "keyword", "title": "Keyword", "type": "string"} ], "flags": true, + "help": [ + {"id": "help", "title": "Help"}, + {"id": "accounts", "title": "Accounts"}, + {"id": "annotations", "title": "Annotations"}, + {"id": "calendars", "title": "Calendars"}, + {"id": "clips", "title": "Clips"}, + {"id": "edits", "title": "Edits"}, + {"id": "filters", "title": "Filters"}, + {"id": "lists", "title": "Lists"}, + {"id": "maps", "title": "Maps"}, + {"id": "navigation", "title": "Navigation"}, + {"id": "search", "title": "Search"}, + {"id": "texts", "title": "Texts"}, + {"id": "timelines", "title": "Timelines"}, + {"id": "video", "title": "Video"}, + {"id": "views", "title": "Views"} + ], /* An itemKey must have the following properties: id: The id of the key (as known by the server) @@ -730,6 +747,7 @@ "filtersSize": 176, "find": {"conditions": [], "operator": "&"}, "followPlayer": true, + "hash": {"anchor": "", "query": []}, "icons": "posters", "infoIconSize": 256, "item": "", diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index cfa776e9..63f3e39c 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -94,6 +94,23 @@ {"id": "keyword", "title": "Keyword", "type": "string"} ], "flags": false, + "help": [ + {"id": "help", "title": "Help"}, + {"id": "accounts", "title": "Accounts"}, + {"id": "annotations", "title": "Annotations"}, + {"id": "calendars", "title": "Calendars"}, + {"id": "clips", "title": "Clips"}, + {"id": "edits", "title": "Edits"}, + {"id": "filters", "title": "Filters"}, + {"id": "lists", "title": "Lists"}, + {"id": "maps", "title": "Maps"}, + {"id": "navigation", "title": "Navigation"}, + {"id": "search", "title": "Search"}, + {"id": "texts", "title": "Texts"}, + {"id": "timelines", "title": "Timelines"}, + {"id": "video", "title": "Video"}, + {"id": "views", "title": "Views"} + ], /* An itemKey must have the following properties: id: The id of the key (as known by the server) diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index ccdf34f7..04dc7cfd 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -84,6 +84,23 @@ {"id": "keywords", "title": "Keywords", "type": "string"} ], "flags": false, + "help": [ + {"id": "help", "title": "Help"}, + {"id": "accounts", "title": "Accounts"}, + {"id": "annotations", "title": "Annotations"}, + {"id": "calendars", "title": "Calendars"}, + {"id": "clips", "title": "Clips"}, + {"id": "edits", "title": "Edits"}, + {"id": "filters", "title": "Filters"}, + {"id": "lists", "title": "Lists"}, + {"id": "maps", "title": "Maps"}, + {"id": "navigation", "title": "Navigation"}, + {"id": "search", "title": "Search"}, + {"id": "texts", "title": "Texts"}, + {"id": "timelines", "title": "Timelines"}, + {"id": "video", "title": "Video"}, + {"id": "views", "title": "Views"} + ], /* An itemKey must have the following properties: id: The id of the key (as known by the server) diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 25513c62..79d5e6b5 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -81,6 +81,23 @@ {"id": "keywords", "title": "Keywords", "type": "string"} ], "flags": false, + "help": [ + {"id": "help", "title": "Help"}, + {"id": "accounts", "title": "Accounts"}, + {"id": "annotations", "title": "Annotations"}, + {"id": "calendars", "title": "Calendars"}, + {"id": "clips", "title": "Clips"}, + {"id": "edits", "title": "Edits"}, + {"id": "filters", "title": "Filters"}, + {"id": "lists", "title": "Lists"}, + {"id": "maps", "title": "Maps"}, + {"id": "navigation", "title": "Navigation"}, + {"id": "search", "title": "Search"}, + {"id": "texts", "title": "Texts"}, + {"id": "timelines", "title": "Timelines"}, + {"id": "video", "title": "Video"}, + {"id": "views", "title": "Views"} + ], /* An itemKey must have the following properties: id: The id of the key (as known by the server)