Skip to content

Commit

Permalink
Table Block Added
Browse files Browse the repository at this point in the history
  • Loading branch information
omprakashgupta1995 committed Oct 8, 2024
1 parent febd8f0 commit e927f66
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
15 changes: 15 additions & 0 deletions component-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,21 @@
}
}
},
{
"title": "Table",
"id": "table",
"plugins": {
"xwalk": {
"page": {
"resourceType": "core/franklin/components/block/v1/block",
"template": {
"name": "Table",
"model": "table"
}
}
}
}
},
{
"title": "Cards",
"id": "cards",
Expand Down
1 change: 1 addition & 0 deletions component-filters.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"button",
"title",
"hero",
"table",
"cards",
"columns",
"breadcrumb",
Expand Down
19 changes: 19 additions & 0 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,25 @@
}
]
},
{
"id": "table",
"fields": [
{
"component": "text",
"valueType": "number",
"name": "columns",
"value": "",
"label": "Columns"
},
{
"component": "text",
"valueType": "number",
"name": "rows",
"value": "",
"label": "Rows"
}
]
},
{
"id": "breadcrumb",
"fields": [
Expand Down

0 comments on commit e927f66

Please sign in to comment.