summaryrefslogtreecommitdiff
path: root/cmd/ponzu/templates/gen-checkbox.tmpl
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-04-01 12:17:58 -0700
committerSteve Manuel <nilslice@gmail.com>2017-04-01 12:17:58 -0700
commitdc78fc53fbfb1d10c9673c02b7741ce1b45eb724 (patch)
treef5d7aa1f1e97b8b535cf7f49dee547507b40735b /cmd/ponzu/templates/gen-checkbox.tmpl
parent75195ecb39c8178a3a2cd8d8a6c4a8bbeaab2a39 (diff)
adding cases and templates for checkbox, file, richtext, select, tags, textarea
Diffstat (limited to 'cmd/ponzu/templates/gen-checkbox.tmpl')
-rw-r--r--cmd/ponzu/templates/gen-checkbox.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/ponzu/templates/gen-checkbox.tmpl b/cmd/ponzu/templates/gen-checkbox.tmpl
new file mode 100644
index 0000000..23713dc
--- /dev/null
+++ b/cmd/ponzu/templates/gen-checkbox.tmpl
@@ -0,0 +1,5 @@
+View: editor.Checkbox("{{ .Name }}", {{ .Initial }}, map[string]string{
+ "label": "{{ .Name }}",
+}, map[string]string{
+ // "value": "Display Name",
+}), \ No newline at end of file