From 277fe0d6ab5b0e03205eda38f2739b0dced9be24 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 26 Jun 2013 10:18:26 +0200 Subject: [PATCH] Make the "custom" attribute a dictionary. --- lib/config/base-type.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/config/base-type.conf b/lib/config/base-type.conf index 4912f7a40..b9b53d0e3 100644 --- a/lib/config/base-type.conf +++ b/lib/config/base-type.conf @@ -29,7 +29,9 @@ type DynamicObject { %attribute dictionary "methods", - %attribute any "custom::*" + %attribute dictionary "custom" { + %attribute string "*" + } } type Logger { -- 2.40.0