25.05: mako use settings instead of extraConfig
This commit is contained in:
parent
dc734b6d62
commit
2c70a0e7de
1 changed files with 7 additions and 6 deletions
|
@ -34,12 +34,13 @@ in
|
|||
|
||||
defaultTimeout = 10000;
|
||||
|
||||
extraConfig = ''
|
||||
[app-name=volumesh]
|
||||
default-timeout=5000
|
||||
group-by=app-name
|
||||
format=<b>%s</b>\n%b
|
||||
'';
|
||||
settings = {
|
||||
"app-name=volumesh" = {
|
||||
"default-timeout" = "5000";
|
||||
"group-by" = "app-name";
|
||||
"format" = "<b>%s</b>\\n%b";
|
||||
};
|
||||
};
|
||||
|
||||
# # {{@@ header() @@}}
|
||||
# # text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue