Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching for theme/skin in wrong path #7

Open
plong0 opened this issue Jan 26, 2016 · 1 comment
Open

Searching for theme/skin in wrong path #7

plong0 opened this issue Jan 26, 2016 · 1 comment

Comments

@plong0
Copy link
Contributor

plong0 commented Jan 26, 2016

Using latest version of tincymce (4.3.3), it is looking for theme+skin under /bower_components/tx-tinymce instead of /bower_components/tinymce

I tried editing tx-tinymce.js to add to config:

theme_url: '/bower_components/tinymce/themes/modern/theme.js',
skin_url: '/bower_components/tinymce/skins/lightgray',

Seems to have fixed it, but I think there is a better way besides hard coding bower_component paths into config.

@plong0
Copy link
Contributor Author

plong0 commented Jan 26, 2016

Ok... figured it out.

Need to add the following line anywhere in code:
tinyMCE.baseURL = '/bower_components/tinymce/';

Maybe an update to the README about this would be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant