diff --git a/schemas/api-config/field.json b/schemas/api-config/field.json index 12f1ba1..3997ff3 100644 --- a/schemas/api-config/field.json +++ b/schemas/api-config/field.json @@ -90,9 +90,8 @@ "widget": { "description": "ui widget", "enum": [ - "richtext", + "text", "richText", - "html", "checkbox", "checkboxArray", "select", @@ -101,7 +100,7 @@ "datetime", "file", "image", - "jsonField", + "json", "tabs" ] },