|
Lines 13-18
Link Here
|
| 13 |
} |
13 |
} |
| 14 |
|
14 |
|
| 15 |
tinyMCE.init({ |
15 |
tinyMCE.init({ |
|
|
16 |
verify_html: false, |
| 17 |
force_br_newlines : false, |
| 18 |
force_p_newlines : false, |
| 19 |
forced_root_block : '', |
| 20 |
extended_valid_elements:"style,link[href|rel]", |
| 21 |
custom_elements:"style,link,~link", |
| 16 |
branding : false, |
22 |
branding : false, |
| 17 |
relative_urls : false, |
23 |
relative_urls : false, |
| 18 |
content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css", |
24 |
content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css", |
| 19 |
- |
|
|