Skip to content

Commit ad52f55

Browse files
committed
Update
1 parent 8d6e60b commit ad52f55

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/config.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Configuration Reference
22

3-
In the following all possible configuration settings are described.
3+
Given here are all configuration settings of `zappend`.
44

55
## Target Outline
66

@@ -257,6 +257,10 @@ Defaults to `false`.
257257
Type _boolean_.
258258
Allow for dynamically computed values in dataset attributes `attrs` using the syntax `{{ expression }}`. Executing arbitrary Python expressions is a security risk, therefore this must be explicitly enabled. Refer to the user guide for more information.
259259
Defaults to `false`.
260+
### `extra`
261+
262+
Type _object_.
263+
Arbitrary configuration that is not validated by default. Intended use is by a `slice_source` that expects an argument named `ctx` and therefore can access the configuration.
260264
### `profiling`
261265

262266
Profiling configuration. Allows for runtime profiling of the processing.

0 commit comments

Comments
 (0)