We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a58cba commit d0a54eaCopy full SHA for d0a54ea
docs/core/settings/types.md
@@ -211,6 +211,16 @@ fs_randomfail_ops {
211
}
212
```
213
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
224
## Boolean List
225
226
The boolean list type is a list of `key=yes/no` pairs. Each key is unique
0 commit comments