Update default number of cards in card list block to 8

This commit is contained in:
Andrew Kingston 2021-11-08 16:54:43 +00:00
parent 9883fdb623
commit c4ddf43dd1
1 changed files with 1 additions and 1 deletions

View File

@ -2803,7 +2803,7 @@
"type": "number", "type": "number",
"label": "Limit", "label": "Limit",
"key": "limit", "key": "limit",
"defaultValue": 10 "defaultValue": 8
}, },
{ {
"type": "boolean", "type": "boolean",