-# Copyright (C) 2020 The Meme Factory, Inc. http://www.karlpinc.com/
+# Copyright (C) 2020, 2024 The Meme Factory, Inc. http://www.karlpinc.com/
# This file is part of ${component}.
#
PGWUI_COMPONENT = '${component.lower()}'
-${short_name.upper()}_SETTINGS = ['menu_label',
- # An example setting needing custom validation
- 'example_on_off_ask',
- ]
+${short_name.upper()}_SETTINGS = [
+ 'menu_label',
+ # An example setting needing custom validation
+ 'example_on_off_ask',
+]
REQUIRED_SETTINGS = []
BOOLEAN_SETTINGS = []