Browse Source

testMe : add a fieldgroup with only optional field in it

ArnAud 9 years ago
parent
commit
2e1c517f01
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      EditorialModel/test/me.json

+ 6
- 0
EditorialModel/test/me.json View File

@@ -55,5 +55,11 @@
55 55
   },
56 56
   "19" : {
57 57
     "component":"EmType", "name":"numero", "string":"{\"fre\":\"Numéro\"}", "help_text":"{}", "rank":"2", "date_update":"", "date_create":"", "class_id":"13", "icon":"0", "sortcolumn":"rank"
58
+  },
59
+  "20" : {
60
+    "component":"EmFieldGroup", "name":"couleurs", "string":"{\"fre\":\"Couleurs\"}", "help_text":"{}", "rank":"3", "date_update":"", "date_create":"", "class_id":"1"
61
+  },
62
+  "21" : {
63
+    "component":"EmField", "name":"bleu", "string":"{\"fre\":\"Bleu\"}", "help_text":"{}", "rank":"1", "date_update":"", "date_create":"", "fieldtype":"char", "fieldgroup_id":"20", "rel_field_id":"", "optional":1, "internal":"", "icon":"0"
58 64
   }
59 65
 }

Loading…
Cancel
Save