summaryrefslogtreecommitdiff
path: root/examples/docker/admin/cmd/ponzu/templates/gen-richtext.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docker/admin/cmd/ponzu/templates/gen-richtext.tmpl')
-rw-r--r--examples/docker/admin/cmd/ponzu/templates/gen-richtext.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/docker/admin/cmd/ponzu/templates/gen-richtext.tmpl b/examples/docker/admin/cmd/ponzu/templates/gen-richtext.tmpl
new file mode 100644
index 0000000..c7ec18c
--- /dev/null
+++ b/examples/docker/admin/cmd/ponzu/templates/gen-richtext.tmpl
@@ -0,0 +1,4 @@
+View: editor.Richtext("{{ .Name }}", {{ .Initial }}, map[string]string{
+ "label": "{{ .Name }}",
+ "placeholder": "Enter the {{ .Name }} here",
+}), \ No newline at end of file