We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The CKEditor 4 used in OpenCart 1.5.5.1 seems to ignore the following settings from the config.js:
['Font','FontSize'], ['TextColor','BGColor'],
They don't show up as buttons in the CKEditor menus.
The text was updated successfully, but these errors were encountered:
fixed in latest commits
Sorry, something went wrong.
Where can I download the patch???
You must be install the color button and panel button extra plugins of ckeditor. And make the setting in the config.js, the it's work !
config.js config.codemirror_theme = 'rubyblue'; config.extraPlugins = 'panelbutton'; config.extraPlugins = 'colorbutton';
add the line the config.toolbar section ['TextColor','BGColor'],
http://ckeditor.com/addon/colorbutton http://ckeditor.com/addon/panelbutton
No branches or pull requests
The CKEditor 4 used in OpenCart 1.5.5.1 seems to ignore the following settings from the config.js:
They don't show up as buttons in the CKEditor menus.
The text was updated successfully, but these errors were encountered: