Skip to content
Snippets Groups Projects
Verified Commit d70cc471 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #12091 TIME 0:30 size of email form

parent 40e3c95a
No related branches found
No related tags found
No related merge requests found
...@@ -138,13 +138,15 @@ export class SentResourcePageComponent implements OnInit { ...@@ -138,13 +138,15 @@ export class SentResourcePageComponent implements OnInit {
tinymce.init({ tinymce.init({
selector: "textarea#emailSignature", selector: "textarea#emailSignature",
readonly: this.emailStatus === 'SENT', readonly: this.emailStatus === 'SENT',
height : '400',
width : '1100',
suffix: '.min', suffix: '.min',
language: this.lang.langISO.replace('-', '_'), language: this.lang.langISO.replace('-', '_'),
language_url: `../../node_modules/tinymce-i18n/langs/${this.lang.langISO.replace('-', '_')}.js`, language_url: `../../node_modules/tinymce-i18n/langs/${this.lang.langISO.replace('-', '_')}.js`,
menubar: false, menubar: false,
statusbar: false, statusbar: false,
plugins: [ plugins: [
'autolink', 'autoresize' 'autolink'
], ],
external_plugins: { external_plugins: {
'maarch_b64image': "../../src/frontend/plugins/tinymce/maarch_b64image/plugin.min.js" 'maarch_b64image': "../../src/frontend/plugins/tinymce/maarch_b64image/plugin.min.js"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment