fix notification template tiny editor plugins
This commit is contained in:
parent
503fe2c3dc
commit
659c213360
|
@ -191,10 +191,9 @@
|
||||||
height: 800,
|
height: 800,
|
||||||
menubar: true,
|
menubar: true,
|
||||||
plugins: [
|
plugins: [
|
||||||
'advlist autolink lists link image charmap print preview anchor',
|
'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'print', 'preview', 'anchor',
|
||||||
'searchreplace visualblocks fullscreen fullpage',
|
'searchreplace', 'visualblocks', 'fullpage',
|
||||||
'insertdatetime media table paste code help wordcount importcss ',
|
'insertdatetime', 'media', 'table' ,'paste', 'code', 'help', 'wordcount','importcss',
|
||||||
'codesample toc visualchars'
|
|
||||||
],
|
],
|
||||||
extended_valid_elements: '*[*]',
|
extended_valid_elements: '*[*]',
|
||||||
forced_root_block: '',
|
forced_root_block: '',
|
||||||
|
@ -203,7 +202,7 @@
|
||||||
toolbar:
|
toolbar:
|
||||||
'undo redo | formatselect | bold italic backcolor | \
|
'undo redo | formatselect | bold italic backcolor | \
|
||||||
alignleft aligncenter alignright alignjustify | \
|
alignleft aligncenter alignright alignjustify | \
|
||||||
bullist numlist outdent indent | code codesample | searchreplace | preview | removeformat | help'
|
bullist numlist outdent indent | code | searchreplace | preview | removeformat | help | link | image'
|
||||||
}" [formControl]="formGroup.get('value').get('bodyText')"></editor>
|
}" [formControl]="formGroup.get('value').get('bodyText')"></editor>
|
||||||
<mat-error *ngIf="formGroup.get('value').get('bodyText').hasError('required')">{{'GENERAL.VALIDATION.REQUIRED' | translate}}</mat-error>
|
<mat-error *ngIf="formGroup.get('value').get('bodyText').hasError('required')">{{'GENERAL.VALIDATION.REQUIRED' | translate}}</mat-error>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue