diff options
-rw-r--r-- | docs/yaml/functions/configure_file.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/yaml/functions/configure_file.yaml b/docs/yaml/functions/configure_file.yaml index 4bce368..8f4d9e0 100644 --- a/docs/yaml/functions/configure_file.yaml +++ b/docs/yaml/functions/configure_file.yaml @@ -40,6 +40,13 @@ kwargs: argument, see [[custom_target]] for details about string substitutions. + configuration: + type: "cfg_data | dict[str | int | bool]" + description: | + As explained above, when passed this will provide the replacement + data for the input file (if provided) or key value pairs to be + written to the output. + copy: type: bool default: false |