summaryrefslogtreecommitdiff
path: root/cmd/ponzu/templates/gen-input-repeater.tmpl
blob: faf77c4f1666f025ccfb16778be66aa97660f9ca (plain)
1
2
3
4
5
View: editor.InputRepeater("{{ .Name }}", {{ .Initial }}, map[string]string{
    "label":       "{{ .Name }}",
    "type":        "text",
    "placeholder": "Enter the {{ .Name }} here",
}),