28 lines
1.0 KiB
JavaScript
28 lines
1.0 KiB
JavaScript
export var TinyMCE = {
|
|
apiKey: '60vsy7x42oflvd2aqbpvnaz1c3ega0bkep1xkjr7qbf53x18',
|
|
config: {
|
|
height: 500,
|
|
//language:'ru'
|
|
menubar: '',
|
|
toolbar: 'styleselect | bold italic underline link numlist bullist table image | alignleft aligncenter alignjustify alignright | code | outdent indent | forecolor backcolor | hr | insertdatetime | ltr rtl | emoticons | fullscreen',
|
|
plugins: 'code link lists code table image directionality emoticons fullscreen hr insertdatetime advlist autolink charmap print preview anchor',
|
|
images_upload_url: '/api/common.image/uploadAccountTinyMCE/',
|
|
images_reuse_filename: true,
|
|
images_upload_base_path: window.location.origin,
|
|
relative_urls: false,
|
|
remove_script_host: true,
|
|
document_base_url: window.location.origin,
|
|
valid_elements: '*[*]'
|
|
},
|
|
//content_css:[
|
|
// '/content/arzumanov/css/style.css'
|
|
//]
|
|
signConfig: {
|
|
//language:'ru'
|
|
menubar: '',
|
|
toolbar: 'bold italic underline link',
|
|
plugins: 'link '
|
|
}
|
|
};
|
|
//# sourceMappingURL=globals.js.map
|