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 14:27:44 UTC

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

Author: danhaywood
Date: Fri Nov 22 13:27:43 2013
New Revision: 1544529

URL: http://svn.apache.org/r1544529
Log:
update to dynamic layouts for named 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=1544529&r1=1544528&r2=1544529&view=diff
==============================================================================
--- isis/site/trunk/content/core/dynamic-layouts.md (original)
+++ isis/site/trunk/content/core/dynamic-layouts.md Fri Nov 22 13:27:43 2013
@@ -138,7 +138,11 @@ The format of the `.layout.json` file is
                             category: {},               
                             complete: {                 // property, with associated actions
                                 actions: {              
-                                    completed: {},      // associated actions 
+                                    completed: {
+                                        named: {        // naming UI hint [new in 1.4.0-SNAPSHOT]
+                                            value: "Done"
+                                        }
+                                    },       
                                     notYetCompleted: {}
                                 }
                             }
@@ -179,7 +183,11 @@ The format of the `.layout.json` file is
         ],
         actions: {                                      // actions not associated with any member
             delete: {},
-            duplicate: {}
+            duplicate: {
+                named: {                                // naming UI hint [new in 1.4.0-SNAPSHOT]
+                    value: "Clone"
+                }
+            }
         }
     }