Skip to content

Commit d0a54ea

Browse files
sirainencmouse
authored andcommitted
settings/types: String list can now be cleared out
1 parent 5a58cba commit d0a54ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/core/settings/types.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,16 @@ fs_randomfail_ops {
211211
}
212212
```
213213

214+
You can clear out an existing string list by setting it to an empty value.
215+
This is mainly useful to drop default settings. For example:
216+
217+
```
218+
auth_policy_request_attributes =
219+
auth_policy_request_attributes {
220+
login = %{requested_username}
221+
}
222+
```
223+
214224
## Boolean List
215225

216226
The boolean list type is a list of `key=yes/no` pairs. Each key is unique

0 commit comments

Comments
 (0)