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

Stylesheet Parser Plugin Missing? #97

Open
machineghost opened this issue May 31, 2022 · 0 comments
Open

Stylesheet Parser Plugin Missing? #97

machineghost opened this issue May 31, 2022 · 0 comments

Comments

@machineghost
Copy link

machineghost commented May 31, 2022

Per the description of this package:

The CKEditor 4 npm package comes in the standard-all preset, so it includes all official CKEditor plugins, with those from the standard package active by default.

However, when I add the following to my config (NOTE: That URL is the same stylesheet used in the official example):

config.contentsCss = [
  'https://ckeditor.com/docs/ckeditor4/4.19.0/examples/assets/stylesheetparser/stylesheetparser.css',
];
config.extraPlugins = 'stylesheetparser';

I don't see any style in the dropdown in my toolbar.

Did the Stylesheet Parser Plugin get left out somehow, and how can I get it back in (using npm)?

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