Skip to content

Commit

Permalink
cloumns added
Browse files Browse the repository at this point in the history
  • Loading branch information
omprakashgupta1995 committed Oct 9, 2024
1 parent 0c9a40f commit a85df8d
Showing 1 changed file with 95 additions and 0 deletions.
95 changes: 95 additions & 0 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,101 @@
}
]
},
{
"id": "columns3",
"fields": [
{
"component": "richtext",
"valueType": "string",
"label": "Column 1",
"name": "column1",
"value": ""
},
{
"component": "richtext",
"valueType": "string",
"label": "Column 2",
"name": "column2",
"value": ""
}
]
},
{
"id": "columns4",
"fields": [
{
"component": "richtext",
"valueType": "string",
"label": "Column 1",
"name": "column1",
"value": ""
},
{
"component": "richtext",
"valueType": "string",
"label": "Column 2",
"name": "column2",
"value": ""
}
]
},
{
"id": "columns5",
"fields": [
{
"component": "richtext",
"valueType": "string",
"label": "Column 1",
"name": "column1",
"value": ""
},
{
"component": "richtext",
"valueType": "string",
"label": "Column 2",
"name": "column2",
"value": ""
}
]
},
{
"id": "columns6",
"fields": [
{
"component": "richtext",
"valueType": "string",
"label": "Column 1",
"name": "column1",
"value": ""
},
{
"component": "richtext",
"valueType": "string",
"label": "Column 2",
"name": "column2",
"value": ""
}
]
},
{
"id": "columns7",
"fields": [
{
"component": "richtext",
"valueType": "string",
"label": "Column 1",
"name": "column1",
"value": ""
},
{
"component": "richtext",
"valueType": "string",
"label": "Column 2",
"name": "column2",
"value": ""
}
]
},
{
"id": "breadcrumb",
"fields": [
Expand Down

0 comments on commit a85df8d

Please sign in to comment.