You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by an...@apache.org on 2017/04/13 09:25:03 UTC

syncope git commit: restored customForm.json useful for test

Repository: syncope
Updated Branches:
  refs/heads/master 263540514 -> 0527a8089


restored customForm.json useful for test


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/0527a808
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/0527a808
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/0527a808

Branch: refs/heads/master
Commit: 0527a8089064499798dadd774347703e294e8727
Parents: 2635405
Author: Andrea Patricelli <an...@apache.org>
Authored: Thu Apr 13 11:24:36 2017 +0200
Committer: Andrea Patricelli <an...@apache.org>
Committed: Thu Apr 13 11:24:48 2017 +0200

----------------------------------------------------------------------
 .../enduser/src/test/resources/customForm.json  | 48 +++++++++++++++++++-
 1 file changed, 47 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/0527a808/client/enduser/src/test/resources/customForm.json
----------------------------------------------------------------------
diff --git a/client/enduser/src/test/resources/customForm.json b/client/enduser/src/test/resources/customForm.json
index 9e26dfe..0a8b4d3 100644
--- a/client/enduser/src/test/resources/customForm.json
+++ b/client/enduser/src/test/resources/customForm.json
@@ -1 +1,47 @@
-{}
\ No newline at end of file
+{
+  "PLAIN": 
+          {
+            "show": true,
+            "attributes": {
+              "firstname": {
+                "readonly": true,
+                "defaultValues": ["defaultFirstname"]
+              },
+              "surname": {
+                "readonly": false,
+                "defaultValues": []
+              },
+              "fullname": {
+                "readonly": false
+              },
+              "loginDate": {
+                "readonly": false
+              },
+              "additional#loginDate": {
+                "readonly": false
+              },
+              "additional#ctype": {
+                "readonly": false,
+                "defaultValues": ["ctypeDefault"]
+              },
+              "additional#cool": {
+                "readonly": false,
+                "defaultValues": ["true"]
+              }
+            }
+          },
+  "DERIVED":
+          {
+            "show": false
+          },
+  "VIRTUAL": 
+          {
+            "show": true,
+            "attributes": {
+              "virtualdata": {
+                "readonly": true,
+                "defaultValues": ["defaultVirtualData"]
+              }
+            }
+          }
+}
\ No newline at end of file