Files
opencloud/docs/templates/ADOC.tmpl
Christian Richter 4e0e19dfc7 add extension name to adoc template
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-04 12:22:13 +02:00

20 lines
314 B
Cheetah

[caption=]
.Environment variables for the {{ .ExtensionName }} extension
[width="100%",cols="~,~,~,~",options="header"]
|===
| Name
| Type
| Default Value
| Description
{{- range .Fields}}
| `{{.Name}}`
| {{.Type}}
| {{.DefaultValue}}
| {{.Description}}
{{- end }}
|===
Since Version: `+` added, `-` deprecated