Added "kiosk" and "show" options.

This commit is contained in:
Joey Payne 2015-04-10 15:34:19 -06:00
commit 0a2f4ce4a4
3 changed files with 61 additions and 7 deletions

View file

@ -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)