Added "kiosk" and "show" options.
This commit is contained in:
parent
6dc5a981b3
commit
0a2f4ce4a4
3 changed files with 61 additions and 7 deletions
|
|
@ -98,6 +98,7 @@ class Setting(object):
|
|||
self.values = kwargs.pop('values', [])
|
||||
self.filter = kwargs.pop('filter', '(?s).*')
|
||||
self.filter_action = kwargs.pop('filter_action', 'None')
|
||||
self.check_action = kwargs.pop('check_action', 'None')
|
||||
|
||||
self.set_extra_attributes_from_keyword_args(**kwargs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue