mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +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 any "custom::*"
|
||||
%attribute dictionary "custom" {
|
||||
%attribute string "*"
|
||||
}
|
||||
}
|
||||
|
||||
type Logger {
|
||||
|
Loading…
x
Reference in New Issue
Block a user