Author: lindner
Date: Fri Aug 27 12:01:00 2010
New Revision: 990117
URL: http://svn.apache.org/viewvc?rev=990117&view=rev
Log:
beef up supported fields to canonical list
Modified:
shindig/trunk/config/container.js
Modified: shindig/trunk/config/container.js
URL:
http://svn.apache.org/viewvc/shindig/trunk/config/container.js?rev=990117&r1=990116&r2=990117&view=diff
==============================================================================
--- shindig/trunk/config/container.js (original)
+++ shindig/trunk/config/container.js Fri Aug 27 12:01:00 2010
@@ -250,7 +250,13 @@
"enableCaja" : false,
"supportedFields" : {
"person" : ["id", {"name" : ["familyName", "givenName",
"unstructured"]}, "thumbnailUrl", "profileUrl"],
- "activity" : ["id", "title"]
+ "activity" : ["appId", "body", "bodyId", "externalId", "id",
"mediaItems", "postedTime", "priority",
+ "streamFaviconUrl", "streamSourceUrl", "streamTitle",
"streamUrl", "templateParams", "title",
+ "url", "userId"],
+ "album" : ["id", "thumbnailUrl", "title", "description", "location",
"ownerId"],
+ "mediaItem" : ["album_id", "created", "description", "duration",
"file_size", "id", "language", "last_updated",
+ "location", "mime_type", "num_comments", "num_views",
"num_votes", "rating", "start_time",
+ "tagged_people", "tags", "thumbnail_url", "title",
"type", "url"]
}
},
"osapi.services" : {