0
0
mirror of https://github.com/thegeeklab/wp-matrix.git synced 2024-06-02 18:39:40 +02:00
wp-matrix/cmd/wp-matrix/templates/docs-data.yaml.tmpl

19 lines
378 B
Cheetah
Raw Normal View History

2024-01-03 23:04:03 +01:00
---
{{- if .GlobalArgs }}
properties:
{{- range $v := .GlobalArgs }}
- name: {{ $v.Name }}
{{- with $v.Description }}
description: |
{{ . | ToSentence }}
{{- end }}
{{- with $v.Type }}
type: {{ . }}
{{- end }}
{{- with $v.Default }}
defaultValue: {{ . }}
2024-01-03 23:04:03 +01:00
{{- end }}
required: {{ default false $v.Required }}
{{ end -}}
{{ end -}}