Skip to content

Commit

Permalink
fix: update components in models
Browse files Browse the repository at this point in the history
  • Loading branch information
buuhuu committed Feb 27, 2024
1 parent 59c1b9d commit 1c459aa
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "title",
"fields": [
{
"component": "text-input",
"component": "text",
"valueType": "string",
"name": "jcr:title",
"value": "",
Expand Down Expand Up @@ -55,7 +55,7 @@
"multi": false
},
{
"component": "text-input",
"component": "text",
"valueType": "string",
"name": "alt",
"value": "Default alt",
Expand All @@ -67,21 +67,21 @@
"id": "button",
"fields": [
{
"component": "text-input",
"component": "text",
"valueType": "string",
"name": "href",
"value": "",
"label": "Link"
},
{
"component": "text-input",
"component": "text",
"valueType": "string",
"name": "text",
"value": "",
"label": "Text"
},
{
"component": "text-input",
"component": "text",
"valueType": "string",
"name": "title",
"value": "",
Expand Down Expand Up @@ -114,14 +114,14 @@
"id": "columns",
"fields": [
{
"component": "text-input",
"component": "text",
"valueType": "number",
"name": "columns",
"value": "",
"label": "Columns"
},
{
"component": "text-input",
"component": "text",
"valueType": "number",
"name": "rows",
"value": "",
Expand All @@ -140,7 +140,7 @@
"multi": false
},
{
"component": "text-area",
"component": "richtext",
"name": "text",
"value": "",
"label": "Text",
Expand All @@ -152,7 +152,7 @@
"id": "section",
"fields": [
{
"component": "text-input",
"component": "text",
"name": "style",
"value": "",
"label": "Style",
Expand All @@ -171,14 +171,14 @@
"multi": false
},
{
"component": "text-input",
"component": "text",
"valueType": "string",
"name": "imageAlt",
"label": "Alt",
"value": ""
},
{
"component": "text-area",
"component": "richtext",
"name": "text",
"value": "",
"label": "Text",
Expand Down

0 comments on commit 1c459aa

Please sign in to comment.