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

This commit is contained in:
Sebastian Frank 2022-11-02 14:04:36 +00:00
parent 746fa80a57
commit c795339d1c
Signed by: apairon
GPG Key ID: 9A9F8F10A937E426

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