Skip to content

Commit

Permalink
[BUGFIX] change min occurrence of components in card and image card m… (
Browse files Browse the repository at this point in the history
  • Loading branch information
flabbykitty authored Jan 12, 2024
1 parent f0062e6 commit f0443fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions theme/modules/card.module/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -5161,10 +5161,10 @@
"required" : false,
"locked" : false,
"occurrence" : {
"min" : 12,
"min" : 10,
"max" : 12,
"sorting_label_field" : null,
"default" : 12
"default" : 10
},
"children" : [ {
"id" : "card_components.component",
Expand Down
4 changes: 2 additions & 2 deletions theme/modules/image-card.module/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -5845,10 +5845,10 @@
"required" : false,
"locked" : false,
"occurrence" : {
"min" : 11,
"min" : 9,
"max" : 11,
"sorting_label_field" : null,
"default" : 11
"default" : 9
},
"children" : [ {
"id" : "imagecard_components.component",
Expand Down

0 comments on commit f0443fe

Please sign in to comment.