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

How to add skin to the editor ? #8

Open
ghost opened this issue Mar 30, 2016 · 1 comment
Open

How to add skin to the editor ? #8

ghost opened this issue Mar 30, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 30, 2016

Hi,

Thanks for your package ! :)
I need help to change the skin of the editor !
You have created a folder named "skins", how to use it ?

I have tried to add in config.js this :

CKEDITOR.skinName = 'skins/kama';

but it doesn't work :(

Thank you :D !

@youchenlee
Copy link
Member

Hi @CyrilBlankaert,
Thank you, we were just wrapping CKEditor to a laravel package. No big deal.

After vendor:publish, the skins folder should be at public/vendor/unisharp/laravel-ckeditor/skins
and you should be able to set config.skin = 'kama' in public/vendor/unisharp/laravel-ckeditor/config.js
I don't know how to customize skin from CKEditor loader either. Please let me know if you figuring it out.

Ref: http://docs.ckeditor.com/#!/guide/dev_skins-section-installing-skins-manually

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