summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Wisselink <wisskid@users.noreply.github.com>2024-04-29 10:01:40 +0200
committerGitHub <noreply@github.com>2024-04-29 10:01:40 +0200
commit3293a873bdc64bf55e0e53fa5377b3ab8bd9b601 (patch)
treec6d4be2b80f0eec23ae8be28e2b6d11d504a3fc0 /docs
parent8d53d3cbf2a986f392d680349be0fc22661bf16c (diff)
downloadsmarty-3293a873bdc64bf55e0e53fa5377b3ab8bd9b601.tar.gz
smarty-3293a873bdc64bf55e0e53fa5377b3ab8bd9b601.tar.bz2
smarty-3293a873bdc64bf55e0e53fa5377b3ab8bd9b601.zip
Remove unused attributes from config_load (#1004)
fixes #993
Diffstat (limited to 'docs')
-rw-r--r--docs/designers/language-builtin-functions/language-function-config-load.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/designers/language-builtin-functions/language-function-config-load.md b/docs/designers/language-builtin-functions/language-function-config-load.md
index e13c3083..1972179d 100644
--- a/docs/designers/language-builtin-functions/language-function-config-load.md
+++ b/docs/designers/language-builtin-functions/language-function-config-load.md
@@ -9,7 +9,6 @@
|----------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| file | Yes | The name of the config file to include |
| section | No | The name of the section to load |
-| scope | no | How the scope of the loaded variables are treated, which must be one of local, parent or global. local means variables are loaded into the local template context. parent means variables are loaded into both the local context and the parent template that called it. global means variables are available to all templates. |
## Examples