Skip to content

Commit

Permalink
table block delete with issue
Browse files Browse the repository at this point in the history
  • Loading branch information
omprakashgupta1995 committed Oct 8, 2024
1 parent 0b3b496 commit febd8f0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 68 deletions.
28 changes: 0 additions & 28 deletions component-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,34 +91,6 @@
}
}
},
{
"title": "Table Record",
"id": "table-record",
"plugins": {
"xwalk": {
"page": {
"resourceType": "core/franklin/components/columns/v1/columns",
"template": {
"columns": "2",
"rows": "1"
}
}
}
}
},
{
"title": "Table Tag",
"id": "table-tag",
"plugins": {
"xwalk": {
"page": {
"resourceType": "core/franklin/components/block/v1/block",
"name": "Table Tag",
"model": "table-tag"
}
}
}
},
{
"title": "Hero",
"id": "hero",
Expand Down
2 changes: 0 additions & 2 deletions component-filters.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,13 @@
"hero",
"cards",
"columns",
"table-record",
"breadcrumb",
"rte",
"city-list",
"imgwithlink",
"testimonial",
"financialreports",
"faq",
"table-tag",
"schema-tag",
"offer-documents",
"carousel",
Expand Down
38 changes: 0 additions & 38 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,44 +149,6 @@
}
]
},
{
"id": "table-record",
"fields": [
{
"component": "text",
"valueType": "number",
"name": "columns",
"value": "",
"label": "Columns"
},
{
"component": "text",
"valueType": "number",
"name": "rows",
"value": "",
"label": "Rows"
}
]
},
{
"id": "table-tag",
"fields": [
{
"component": "text",
"valueType": "number",
"name": "columns",
"value": "",
"label": "Columns"
},
{
"component": "text",
"valueType": "number",
"name": "rows",
"value": "",
"label": "Rows"
}
]
},
{
"id": "card",
"fields": [
Expand Down

0 comments on commit febd8f0

Please sign in to comment.