Initial commit
This commit is contained in:
8
client/res/templates/fields/wysiwyg/edit.tpl
Normal file
8
client/res/templates/fields/wysiwyg/edit.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
<textarea
|
||||
class="main-element form-control hidden auto-height"
|
||||
data-name="{{name}}"
|
||||
{{#if params.maxLength}} maxlength="{{params.maxLength}}"{{/if}}
|
||||
rows="{{rows}}"
|
||||
style="resize: none;"
|
||||
></textarea>
|
||||
<div class="summernote hidden"></div>
|
||||
Reference in New Issue
Block a user