Files
opencloud/docs/templates/ADOC.tmpl
Christian Richter 84a93d24a9 escape adoc pipe & remove linewrap in output
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-06 11:10:47 +02:00

24 lines
422 B
Cheetah

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