Skip to content

Commit

Permalink
Add some defaults to the accordion macro options
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Feb 4, 2025
1 parent 7f50e98 commit 47fc057
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nationalarchives/components/accordion/macro-options.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"name": "open",
"type": "boolean",
"required": false,
"default": false,
"description": "If true, open the accordion item. If a `group` is set, only one item in that group can be open."
}
]
Expand All @@ -47,6 +48,7 @@
"name": "openMultipleItems",
"type": "boolean",
"required": false,
"default": false,
"description": "If true, multiple accordion items can be opened."
},
{
Expand Down

0 comments on commit 47fc057

Please sign in to comment.