|
@@ -59,6 +59,7 @@ class Rules(Enum):
|
|
|
REMARK = (basestring, 'remark')
|
|
REMARK = (basestring, 'remark')
|
|
|
LABEL = (basestring, 'label')
|
|
LABEL = (basestring, 'label')
|
|
|
ACTIVE = (bool, 'active')
|
|
ACTIVE = (bool, 'active')
|
|
|
|
|
+ ICON = (basestring, 'icon')
|
|
|
|
|
|
|
|
OS_INIT_ID_EXT = (int, 'os_init_id')
|
|
OS_INIT_ID_EXT = (int, 'os_init_id')
|
|
|
OS_INIT_WRITE_PATH = (basestring, 'path')
|
|
OS_INIT_WRITE_PATH = (basestring, 'path')
|