d22b481a3f
* Refactor All Services - services (dict, including main service) - additionalServices (list) * Add Documentation and standardised questions.yaml layout for services * Update all existing Apps to 2.0.0 * Fix whiteline error * fix addons
12 lines
253 B
Go Template
12 lines
253 B
Go Template
{{- define "custom.custom.configuration.header" -}}
|
|
# Configuration Options
|
|
{{- end -}}
|
|
|
|
{{- define "custom.custom.configuration" -}}
|
|
{{ template "custom.custom.configuration.header" . }}
|
|
|
|
N/A
|
|
{{- end -}}
|
|
|
|
{{ template "custom.custom.configuration" . }}
|