Fixed an error in GRUPTREE, comma in stead of dot

This commit is contained in:
Kristian Flikka 2013-11-14 16:03:22 +01:00
parent ed57266f63
commit 07827a1751

View File

@ -1,4 +1,4 @@
{"name" : "GRUPTREE" , "items" : [
{"name" : "CHILD_GROUP" , "value_type" : "STRING"},
{"name" : "PARENT_GROUP" , "value_type" : "STRING". "default" : "FIELD"}
{"name" : "PARENT_GROUP" , "value_type" : "STRING", "default" : "FIELD"}
]}