Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions blocks/form/_form.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@
},
{
"component": "boolean",
"name": "useExternalEmailTemplate",
"label": "Use external template",
"name": "useHtmlTemplate",
"label": "Use HTML template",
"valueType": "boolean"
},
{
Expand Down
4 changes: 2 additions & 2 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
}
]
},
{

Check failure on line 277 in component-models.json

View workflow job for this annotation

GitHub Actions / build

Avoid using more than 4 cells in a block, found 16 for form
"id": "form",
"fields": [
{
Expand Down Expand Up @@ -306,7 +306,7 @@
{
"component": "select",
"valueType": "string",
"name": "actionType",

Check failure on line 309 in component-models.json

View workflow job for this annotation

GitHub Actions / build

Avoid using orphan collapsible field names
"label": "Submit Action",
"options": [
{
Expand Down Expand Up @@ -423,8 +423,8 @@
},
{
"component": "boolean",
"name": "useExternalEmailTemplate",
"label": "Use external template",
"name": "useHtmlTemplate",
"label": "Use HTML template",
"valueType": "boolean"
},
{
Expand Down Expand Up @@ -465,7 +465,7 @@
}
]
},
{

Check failure on line 468 in component-models.json

View workflow job for this annotation

GitHub Actions / build

Avoid using more than 4 cells in a block, found 7 for form-button
"id": "form-button",
"fields": [
{
Expand Down Expand Up @@ -587,7 +587,7 @@
}
]
},
{

Check failure on line 590 in component-models.json

View workflow job for this annotation

GitHub Actions / build

Avoid using more than 4 cells in a block, found 20 for checkbox-group
"id": "checkbox-group",
"fields": [
{
Expand Down Expand Up @@ -616,7 +616,7 @@
},
{
"component": "boolean",
"name": "hideTitle",

Check failure on line 619 in component-models.json

View workflow job for this annotation

GitHub Actions / build

Avoid using orphan collapsible field names
"label": "Hide title",
"valueType": "boolean"
},
Expand Down Expand Up @@ -836,7 +836,7 @@
}
]
},
{

Check failure on line 839 in component-models.json

View workflow job for this annotation

GitHub Actions / build

Avoid using more than 4 cells in a block, found 18 for checkbox
"id": "checkbox",
"fields": [
{
Expand Down Expand Up @@ -865,7 +865,7 @@
},
{
"component": "boolean",
"name": "hideTitle",

Check failure on line 868 in component-models.json

View workflow job for this annotation

GitHub Actions / build

Avoid using orphan collapsible field names
"label": "Hide title",
"valueType": "boolean"
},
Expand Down Expand Up @@ -1048,7 +1048,7 @@
}
]
},
{

Check failure on line 1051 in component-models.json

View workflow job for this annotation

GitHub Actions / build

Avoid using more than 4 cells in a block, found 21 for date-input
"id": "date-input",
"fields": [
{
Expand Down Expand Up @@ -1077,7 +1077,7 @@
},
{
"component": "boolean",
"name": "hideTitle",

Check failure on line 1080 in component-models.json

View workflow job for this annotation

GitHub Actions / build

Avoid using orphan collapsible field names
"label": "Hide title",
"valueType": "boolean"
},
Expand Down Expand Up @@ -1304,7 +1304,7 @@
}
]
},
{

Check failure on line 1307 in component-models.json

View workflow job for this annotation

GitHub Actions / build

Avoid using more than 4 cells in a block, found 19 for drop-down
"id": "drop-down",
"fields": [
{
Expand Down
Loading