diff --git a/dmp-frontend/src/app/ui/admin/notification-template/editor/notification-template-editor.component.html b/dmp-frontend/src/app/ui/admin/notification-template/editor/notification-template-editor.component.html index 61ab2d4bc..d46607c6e 100644 --- a/dmp-frontend/src/app/ui/admin/notification-template/editor/notification-template-editor.component.html +++ b/dmp-frontend/src/app/ui/admin/notification-template/editor/notification-template-editor.component.html @@ -191,10 +191,9 @@ height: 800, menubar: true, plugins: [ - 'advlist autolink lists link image charmap print preview anchor', - 'searchreplace visualblocks fullscreen fullpage', - 'insertdatetime media table paste code help wordcount importcss ', - 'codesample toc visualchars' + 'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'print', 'preview', 'anchor', + 'searchreplace', 'visualblocks', 'fullpage', + 'insertdatetime', 'media', 'table' ,'paste', 'code', 'help', 'wordcount','importcss', ], extended_valid_elements: '*[*]', forced_root_block: '', @@ -203,7 +202,7 @@ toolbar: 'undo redo | formatselect | bold italic backcolor | \ 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')"> {{'GENERAL.VALIDATION.REQUIRED' | translate}}