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/8f94d1b7
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/8f94d1b7
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/8f94d1b7

Branch: refs/heads/SYNCOPE-808
Commit: 8f94d1b7d88698283d4305add174c7776bb2158d
Parents: 107e51f
Author: Andrea Patricelli <andreapatrice...@apache.org>
Authored: Thu Apr 13 11:24:36 2017 +0200
Committer: Andrea Patricelli <andreapatrice...@apache.org>
Committed: Thu Apr 13 11:24:36 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/8f94d1b7/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

Reply via email to