I am encountering an issue while trying to add the placeholder plugin to the CKEditor toolbar. When I include extraPlugins:'placeholder'
in the CKEditor configuration, I receive the following error -
Error: [CKEDITOR.resourceManager.load] Resource name "placeholder" was not found at "//cdn.ckeditor.com/4.5.9/standard/plugins/placeholder/plugin.js?t=G6DD".
Below is a screenshot of the console log - https://i.sstatic.net/Ajb7M.png
I have also set up a plunker.
I have installed version "ng2-ckeditor": "^1.0.4" using npm.
Any assistance on this matter would be greatly appreciated.