Skip to content

Commit

Permalink
Merge pull request #6 from mdickson-adbe/news-events
Browse files Browse the repository at this point in the history
update card model, filter
  • Loading branch information
mdickson-adbe authored Nov 7, 2024
2 parents d813246 + ad43007 commit fc2ddc4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
4 changes: 4 additions & 0 deletions blocks/cards/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
aspect-ratio: 4 / 3;
object-fit: cover;
}

.cards.vertical {
background-color: lightblue;
}
3 changes: 2 additions & 1 deletion component-filters.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"text",
"image",
"button",
"title"
"title",
"cards"
]
}
]
16 changes: 16 additions & 0 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,22 @@
}
]
},
{
"id": "cards",
"fields": [
{
"component": "multiselect",
"name": "style",
"label": "Style",
"options": [
{
"name": "Vertical",
"value": "vertical"
}
]
}
]
},
{
"id": "card",
"fields": [
Expand Down

0 comments on commit fc2ddc4

Please sign in to comment.