Skip to content

Commit

Permalink
update model again
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickson-adbe committed Nov 7, 2024
1 parent 77f25f3 commit 483e0ce
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,16 @@
"id": "cards",
"fields": [
{
"component": "multiselect",
"name": "style",
"label": "Style",
"component": "select",
"name": "classes",
"label": "Card View Layout",
"valueType": "string",
"value": "",
"options": [
{
"name": "Default View",
"value": ""
},
{
"name": "Vertical",
"value": "vertical"
Expand Down

0 comments on commit 483e0ce

Please sign in to comment.