You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
647 B
20 lines
647 B
tinymce.init({
|
|
selector: '.mce',
|
|
height: 200,
|
|
theme: 'modern',
|
|
menubar: false,
|
|
language: 'it',
|
|
forced_root_block : '',
|
|
force_br_newlines : true,
|
|
plugins: [
|
|
'advlist autolink lists link image charmap print preview anchor textcolor',
|
|
'searchreplace visualblocks code fullscreen',
|
|
'insertdatetime media table contextmenu paste code'
|
|
],
|
|
toolbar: 'bold italic | alignleft aligncenter alignright alignjustify | link bullist numlist outdent indent | removeformat',
|
|
image_advtab: false,
|
|
content_css: [
|
|
'//fonts.googleapis.com/css?family=Lato:300,300i,400,400i',
|
|
'//www.tinymce.com/css/codepen.min.css'
|
|
]
|
|
});
|