Allow extensions to define custom project properties
This commit is contained in:
parent
40896fc70b
commit
78824c9c2a
@ -623,7 +623,16 @@ projects_schema = {
|
||||
'permissions': {
|
||||
'type': 'dict',
|
||||
'schema': permissions_embedded_schema
|
||||
}
|
||||
},
|
||||
|
||||
# Properties defined by extensions. Extensions should use their name
|
||||
# (see the PillarExtension.name property) as the key, and are free to
|
||||
# use whatever they want as value (but we suggest a dict for future
|
||||
# extendability).
|
||||
'extension_props': {
|
||||
'type': 'dict',
|
||||
'required': False,
|
||||
},
|
||||
}
|
||||
|
||||
activities_subscriptions_schema = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user