can personalise ALLOWED_LEADER_PROPERTIES variables
This commit is contained in:
parent
32b24c2978
commit
a3d04c7451
1 changed files with 10 additions and 10 deletions
|
@ -130,7 +130,7 @@ FORBIDDEN_SET_PERMISSIVES = frozenset(['force_default_on_freeze',
|
|||
'force_metaconfig_on_freeze',
|
||||
'force_store_value',
|
||||
])
|
||||
ALLOWED_LEADER_PROPERTIES = frozenset(['empty',
|
||||
ALLOWED_LEADER_PROPERTIES = {'empty',
|
||||
'notempty',
|
||||
'notunique',
|
||||
'unique',
|
||||
|
@ -139,7 +139,7 @@ ALLOWED_LEADER_PROPERTIES = frozenset(['empty',
|
|||
'force_default_on_freeze',
|
||||
'force_metaconfig_on_freeze',
|
||||
'frozen',
|
||||
])
|
||||
}
|
||||
|
||||
static_set = frozenset()
|
||||
|
||||
|
|
Loading…
Reference in a new issue