mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
docs: fix outdated default override replacement example
This commit is contained in:
parent
32fee53a8d
commit
f5a7ab0ca8
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@
|
|||
<CodeBlock code-lang="yaml">
|
||||
plugins:
|
||||
mod_actions:
|
||||
=overrides: # The "=" here means "replace any defaults"
|
||||
replaceDefaultOverrides: true
|
||||
overrides: # The "=" here means "replace any defaults"
|
||||
- level: ">=70"
|
||||
config:
|
||||
can_warn: true
|
||||
|
|
Loading…
Add table
Reference in a new issue