forked from CGM_Public/pretix_original
Add setting to turn off automatic collapsing of variations
This commit is contained in:
@@ -128,6 +128,10 @@ DEFAULTS = {
|
||||
'default': 'False',
|
||||
'type': bool
|
||||
},
|
||||
'show_variations_expanded': {
|
||||
'default': 'False',
|
||||
'type': bool
|
||||
},
|
||||
'ticket_download': {
|
||||
'default': 'False',
|
||||
'type': bool
|
||||
|
||||
Reference in New Issue
Block a user