diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index b0aa45b..0860bb3 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -276,7 +276,6 @@ making sure that you maintain a proper JSON format. "minValue": 1, "maxValue": 128, "step": 1, - "defaultValue": 1, "typeDecorator": true, "dependency": { "type": "and", diff --git a/types/array.json b/types/array.json index 5237952..2f7f7ff 100644 --- a/types/array.json +++ b/types/array.json @@ -24,10 +24,10 @@ "subtypes": { "array": { "childValueType": [ + "char", "array", "binary", "boolean", - "char", "datetime", "json", "multiset", diff --git a/types/char.json b/types/char.json index 3f77c90..0d88218 100644 --- a/types/char.json +++ b/types/char.json @@ -29,8 +29,8 @@ "enum": [], "sample": "", "comments": "", - "mode": "char", - "length": 1 + "mode": "varchar", + "length": 20 }, "subtypes": { "object": { diff --git a/types/object.json b/types/object.json index aa40a4b..eed8bf7 100644 --- a/types/object.json +++ b/types/object.json @@ -10,10 +10,10 @@ "subtypes": { "object": { "childValueType": [ + "char", "array", "binary", "boolean", - "char", "datetime", "json", "multiset",