mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 11:19:39 -06:00
26 lines
459 B
Cheetah
26 lines
459 B
Cheetah
[caption=]
|
|
.Environment variables for the {{ .ExtensionName }} extension
|
|
[width="100%",cols="~,~,~,~",options="header"]
|
|
|===
|
|
| Name
|
|
| Type
|
|
| Default Value
|
|
| Description
|
|
|
|
{{- range .Fields}}
|
|
| {{- range $i, $value := .EnvVars }}{{- if $i }} +
|
|
{{ end -}}
|
|
`{{- $value }}`
|
|
{{- end }}
|
|
a| [subs=-attributes]
|
|
+{{.Type}}+
|
|
a| [subs=-attributes]
|
|
pass:[{{.DefaultValue}}]
|
|
a| [subs=-attributes]
|
|
{{.Description}}
|
|
|
|
{{- end }}
|
|
|===
|
|
|
|
Since Version: `+` added, `-` deprecated
|