mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-09-19 07:49:08 +02:00
Merge pull request #119 from carlallen/text_property_default_value_fix
Set default value for TextProperty to fix bug
This commit is contained in:
@@ -22,6 +22,7 @@ class Property(object):
|
||||
PropertyType.__init__(self)
|
||||
self.label = label
|
||||
self.configurable = configurable
|
||||
self.default_value = default_value
|
||||
self.description = description
|
||||
|
||||
class Actor(PropertyType):
|
||||
|
||||
Reference in New Issue
Block a user