diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-04-01 12:17:58 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-04-01 12:17:58 -0700 |
commit | dc78fc53fbfb1d10c9673c02b7741ce1b45eb724 (patch) | |
tree | f5d7aa1f1e97b8b535cf7f49dee547507b40735b /cmd/ponzu/templates/gen-custom.tmpl | |
parent | 75195ecb39c8178a3a2cd8d8a6c4a8bbeaab2a39 (diff) |
adding cases and templates for checkbox, file, richtext, select, tags, textarea
Diffstat (limited to 'cmd/ponzu/templates/gen-custom.tmpl')
-rw-r--r-- | cmd/ponzu/templates/gen-custom.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/ponzu/templates/gen-custom.tmpl b/cmd/ponzu/templates/gen-custom.tmpl index a578d18..a1e0552 100644 --- a/cmd/ponzu/templates/gen-custom.tmpl +++ b/cmd/ponzu/templates/gen-custom.tmpl @@ -1,6 +1,6 @@ View: []byte(` - <div class="input-field col s12"> - <label class="active">{{ .Name }}</label> - <!-- Add your custom editor field view here. --> - </div> + <div class="input-field col s12"> + <label class="active">{{ .Name }}</label> + <!-- Add your custom editor field view here. --> + </div> `),
\ No newline at end of file |