mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
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 dictionary "methods",
|
||||||
|
|
||||||
%attribute any "custom::*"
|
%attribute dictionary "custom" {
|
||||||
|
%attribute string "*"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
type Logger {
|
type Logger {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user