Files
opencloud/docs/templates/ADOC.tmpl
2022-09-26 17:32:44 +02:00

26 lines
460 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]
++{{.DefaultValue}} ++
a| [subs=-attributes]
{{.Description}}
{{- end }}
|===
Since Version: `+` added, `-` deprecated