instructure-react / react-tinymce

React TinyMCE component
181 stars 115 forks source link

Problems connected with CDN file #38

Open optimatex opened 7 years ago

optimatex commented 7 years ago

Hi. I have used react-tiny in manner described here https://www.tinymce.com/docs/integrations/react/#7testingtheapplication and got 2 problems: 1) When i use testing in node.js environment i can't upload CDN. Is there any other way to replace CDN to avoid test crush? 2) Styles are include in CDN file, so when i use my own styles from original tinyMCE they got lower priority. Is there way to prevent using styles from CDN? or set another path for styles like in originaltinyMCE


( tinyMCE.init({ skin: '../../../../Content/css/tiny',) }))