farrellmr
farrellmr

Reputation: 1905

What plugins are installed in ckeditor for primefaces?

Im using primefaces/ckeditor and experiencing some issues with performance on large amounts of text under IE11 (this doesnt happen under Firefox)

I am wanting to test the impact of removing some plugins/extensions - but cant find a list of whats installed by default.

I suspect the list is defined under -

https://github.com/primefaces-extensions/resources-ckeditor/tree/master/src/main/resources/META-INF/resources/primefaces-extensions/ckeditor/plugins

Can anyone confirm this?

Upvotes: 0

Views: 678

Answers (1)

andyd
andyd

Reputation: 76

I don’t understand why this was elected to close – but the answer can be found under build config -

https://github.com/primefaces-extensions/resources-ckeditor/blob/master/src/main/resources/META-INF/resources/primefaces-extensions/ckeditor/build-config.js

You can see the selected plugins if you follow the link listed under build-config -

http://ckeditor.com/builder/e6b8a045f8f984a69463975ca3e6524a

Upvotes: 2

Related Questions