fixed widgets
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-02 14:04:36 +00:00
parent 746fa80a57
commit c795339d1c

View File

@@ -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"
]
},