Support for custom HTML editors
This commit is contained in:
parent
78d262ac8d
commit
a11d95f3d7
22 changed files with 255 additions and 133 deletions
7
views/partials/codeeditor.hbs
Normal file
7
views/partials/codeeditor.hbs
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div class="form-group">
|
||||
<label for="template-html" class="col-sm-2 control-label">Template content (HTML)</label>
|
||||
<div class="col-sm-10">
|
||||
<div class="code-editor" id="template-html">{{html}}</div>
|
||||
<input type="hidden" name="html">
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue