Add setting to turn off automatic collapsing of variations

This commit is contained in:
Raphael Michel
2017-01-22 20:31:59 +01:00
parent 3a2ca8d3d6
commit 78fc58cc93
5 changed files with 16 additions and 5 deletions

View File

@@ -128,6 +128,10 @@ DEFAULTS = {
'default': 'False',
'type': bool
},
'show_variations_expanded': {
'default': 'False',
'type': bool
},
'ticket_download': {
'default': 'False',
'type': bool