Temporary fix for #148
This commit is contained in:
parent
1c38a1a7bb
commit
4c2f3a548c
4 changed files with 11 additions and 11 deletions
|
@ -82,9 +82,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if disableWysiwyg}}
|
{{#if disableWysiwyg}}
|
||||||
{{> codeeditor}}
|
{{> codeeditor}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{> summernote}}
|
{{> summernote}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<div class="form-group" style="margin-top: -15px;">
|
<div class="form-group" style="margin-top: -15px;">
|
||||||
|
|
|
@ -131,12 +131,12 @@
|
||||||
|
|
||||||
{{> merge_tag_reference}}
|
{{> merge_tag_reference}}
|
||||||
|
|
||||||
{{> plaintext}}
|
{{> plaintext}}
|
||||||
|
|
||||||
{{#if disableWysiwyg}}
|
{{#if disableWysiwyg}}
|
||||||
{{> codeeditor}}
|
{{> codeeditor}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{> (lookup . 'editorName') }}
|
{{> (lookup . 'editorName') }}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -147,12 +147,12 @@
|
||||||
|
|
||||||
{{> merge_tag_reference}}
|
{{> merge_tag_reference}}
|
||||||
|
|
||||||
{{> plaintext}}
|
{{> plaintext}}
|
||||||
|
|
||||||
{{#if disableWysiwyg}}
|
{{#if disableWysiwyg}}
|
||||||
{{> codeeditor}}
|
{{> codeeditor}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{> (lookup . 'editorName') }}
|
{{> (lookup . 'editorName') }}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -26,12 +26,12 @@
|
||||||
|
|
||||||
{{> merge_tag_reference mergeTagReferenceFooterText='In addition to that any custom field can have its own merge tag.'}}
|
{{> merge_tag_reference mergeTagReferenceFooterText='In addition to that any custom field can have its own merge tag.'}}
|
||||||
|
|
||||||
{{> plaintext}}
|
{{> plaintext}}
|
||||||
|
|
||||||
{{#if disableWysiwyg}}
|
{{#if disableWysiwyg}}
|
||||||
{{> codeeditor}}
|
{{> codeeditor}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{> (lookup . 'editorName') }}
|
{{> (lookup . 'editorName') }}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue