-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Change to a custom skin #399
Comments
Same issue here! Haven't been able to customize the skins properly. |
Just guessing here but maybe try making your own folder/files inside of these /static/tinymce/skins/ directories or override these directories yourself: https://github.com/jazzband/django-tinymce/tree/master/tinymce/static/tinymce/skins/ui https://github.com/jazzband/django-tinymce/tree/master/tinymce/static/tinymce/skins/content For example, inside TINYMCE_DEFAULT_CONFIG we can currently do this:
Once you make your own files/folders, change this to be:
|
To change Django-tinymce to use a custom skin you created, you can follow these steps:
In this example, we're setting the skin option to 'my_skin', which is the name of the directory containing our custom skin. We're also setting the skin_url option to the URL where our custom skin directory is located. Note that if you're using a custom configuration object instead of the default one, you'll need to add these options to your own configuration object instead. |
Been diggin for a while without success. Could'nt find anythn in the docs or did i miss it?
The text was updated successfully, but these errors were encountered: