Skip to content

Commit

Permalink
update form defs.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Aug 5, 2024
1 parent 2a3f3fb commit 5f8396c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion component-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
},
{
"title": "Form",
"id": "form-basic",
"id": "form",
"plugins": {
"xwalk": {
"page": {
Expand Down
14 changes: 0 additions & 14 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,20 +336,6 @@
{
"id": "form-basic",
"fields": [
{
"component": "text",
"name": "action",
"value": "",
"label": "Action URL",
"valueType": "string"
},
{
"component": "boolean",
"name": "recaptcha",
"label": "Recaptcha validation?",
"valueType": "boolean",
"value": true
}
]
}
]

0 comments on commit 5f8396c

Please sign in to comment.