You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/11/22 13:29:47 UTC

svn commit: r1544513 - /isis/site/trunk/content/core/dynamic-layouts.md

Author: danhaywood
Date: Fri Nov 22 12:29:47 2013
New Revision: 1544513

URL: http://svn.apache.org/r1544513
Log:
update to dynamic layouts for render facet

Modified:
    isis/site/trunk/content/core/dynamic-layouts.md

Modified: isis/site/trunk/content/core/dynamic-layouts.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/dynamic-layouts.md?rev=1544513&r1=1544512&r2=1544513&view=diff
==============================================================================
--- isis/site/trunk/content/core/dynamic-layouts.md (original)
+++ isis/site/trunk/content/core/dynamic-layouts.md Fri Nov 22 12:29:47 2013
@@ -161,13 +161,16 @@ The format of the `.layout.json` file is
             {
                 span: 6,
                 collections: {                          // ordered map of collections
-                    dependencies: {                     // collection, with associated    actions
+                    dependencies: {                     // collection, with associated actions
                         actions: {                      
                             add:{},
                             delete: {}
                         },
                         paged: {                        // pagination hint [new in 1.4.0-SNAPSHOT]
                             value: 10                   // 10 items to a page 
+                        },
+                        render: {                       // rendering hint [new in 1.4.0-SNAPSHOT]
+                            value: EAGERLY
                         }
                     },
                     similarItems: {}                    // collection, no associated actions