Skip to content

Commit

Permalink
fixup! feat: Initial implementation of the accordion XBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
xitij2000 committed Aug 7, 2024
1 parent cb91a0c commit e331b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accordion/accordion.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AccordionXBlock(XBlock):

display_name = String(default=translation.gettext_noop("Accordion"))
panels = List(help="Accordion entries", default=[], scope=Scope.content)
styling = Dict(help="Accordion styling", default=[], scope=Scope.content)
styling = Dict(help="Accordion styling", default={}, scope=Scope.content)
border_style = String(
help="Accordion border style", default="", scope=Scope.content
)
Expand Down

0 comments on commit e331b8a

Please sign in to comment.