Skip to content

Commit

Permalink
Merge pull request #7 from mdickson-adbe/news-events
Browse files Browse the repository at this point in the history
update card def
  • Loading branch information
mdickson-adbe authored Nov 7, 2024
2 parents fc2ddc4 + 77f25f3 commit 1b55d0e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions component-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"resourceType": "core/franklin/components/block/v1/block",
"template": {
"name": "Cards",
"model": "cards",
"filter": "cards"
}
}
Expand Down
11 changes: 11 additions & 0 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,17 @@
"name": "rows",
"value": "",
"label": "Rows"
},
{
"component": "multiselect",
"name": "style",
"label": "Style",
"options": [
{
"name": "Vertical",
"value": "vertical"
}
]
}
]
},
Expand Down

0 comments on commit 1b55d0e

Please sign in to comment.