mirror of https://github.com/Icinga/icinga2.git
Make the "custom" attribute a dictionary.
This commit is contained in:
parent
0b8d011601
commit
277fe0d6ab
|
@ -29,7 +29,9 @@ type DynamicObject {
|
|||
|
||||
%attribute dictionary "methods",
|
||||
|
||||
%attribute any "custom::*"
|
||||
%attribute dictionary "custom" {
|
||||
%attribute string "*"
|
||||
}
|
||||
}
|
||||
|
||||
type Logger {
|
||||
|
|
Loading…
Reference in New Issue