Skip to content

Commit

Permalink
Adding settings scheme to volume deck
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesridgway committed Feb 12, 2021
1 parent 6b8dc1b commit 2a4de65
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion devdeck/decks/volume_deck.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,12 @@ def __render_icon(self):
.height(380) \
.center_horizontally() \
.y(132) \
.end()
.end()

def settings_schema(self):
return {
'output': {
'required': True,
'type': 'string',
},
}

0 comments on commit 2a4de65

Please sign in to comment.