You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by li...@apache.org on 2008/08/28 09:18:40 UTC

svn commit: r689742 - /incubator/shindig/trunk/config/container.js

Author: lindner
Date: Thu Aug 28 00:18:39 2008
New Revision: 689742

URL: http://svn.apache.org/viewvc?rev=689742&view=rev
Log:
better compliance

Modified:
    incubator/shindig/trunk/config/container.js

Modified: incubator/shindig/trunk/config/container.js
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/config/container.js?rev=689742&r1=689741&r2=689742&view=diff
==============================================================================
--- incubator/shindig/trunk/config/container.js (original)
+++ incubator/shindig/trunk/config/container.js Thu Aug 28 00:18:39 2008
@@ -114,7 +114,7 @@
     "domain" : "shindig",
     "enableCaja" : false,
     "supportedFields" : {
-       "person" : ["id", "name", "thumbnailUrl", "profileUrl"],
+       "person" : ["id", {"name" : ["familyName", "givenName", "unstructured"]}, "thumbnailUrl", "profileUrl"],
        "activity" : ["id", "title"]
     }
   }