Skip to content

Commit

Permalink
fix: use name instead of label
Browse files Browse the repository at this point in the history
  • Loading branch information
buuhuu committed Jul 25, 2024
1 parent 17aa961 commit 9a8c5b2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions component-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,6 @@
"title": "Blocks",
"id": "blocks",
"components": [
{
"title": "Columns",
"id": "columns",
"plugins": {
"xwalk": {
"page": {
"resourceType": "core/franklin/components/columns/v1/columns",
"template": {
"columns": "2",
"rows": "1"
}
}
}
}
},
{
"title": "Cards",
"id": "cards",
Expand Down Expand Up @@ -127,6 +112,21 @@
}
}
},
{
"title": "Columns",
"id": "columns",
"plugins": {
"xwalk": {
"page": {
"resourceType": "core/franklin/components/columns/v1/columns",
"template": {
"columns": "2",
"rows": "1"
}
}
}
}
},
{
"title": "Hero",
"id": "hero",
Expand Down
2 changes: 1 addition & 1 deletion component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"label": "Style",
"options": [
{
"label": "Highlight",
"name": "Highlight",
"value": "highlight"
}
]
Expand Down
2 changes: 1 addition & 1 deletion models/_section.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"label": "Style",
"options": [
{
"label": "Highlight",
"name": "Highlight",
"value": "highlight"
}
]
Expand Down

0 comments on commit 9a8c5b2

Please sign in to comment.