summaryrefslogtreecommitdiff
path: root/examples/docker/admin/cmd/ponzu/templates/gen-file.tmpl
diff options
context:
space:
mode:
authorkmeister <kris@aliencom.net>2017-04-13 12:02:14 -0400
committerkmeister <kris@aliencom.net>2017-04-13 12:06:49 -0400
commit9c58e5784758bd67bcedf0fcf62e8e59fda215a3 (patch)
treec512b0e7ec0a1012848817e5ee2387e5e8d98cd6 /examples/docker/admin/cmd/ponzu/templates/gen-file.tmpl
parent770cd49278c8917d6639de0ad178eb5d434778b7 (diff)
[docker example] default admin
Diffstat (limited to 'examples/docker/admin/cmd/ponzu/templates/gen-file.tmpl')
-rw-r--r--examples/docker/admin/cmd/ponzu/templates/gen-file.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/docker/admin/cmd/ponzu/templates/gen-file.tmpl b/examples/docker/admin/cmd/ponzu/templates/gen-file.tmpl
new file mode 100644
index 0000000..7bcaa4c
--- /dev/null
+++ b/examples/docker/admin/cmd/ponzu/templates/gen-file.tmpl
@@ -0,0 +1,4 @@
+View: editor.File("{{ .Name }}", {{ .Initial }}, map[string]string{
+ "label": "{{ .Name }}",
+ "placeholder": "Upload the {{ .Name }} here",
+}), \ No newline at end of file