'CK Editor in Dynamics 365
In Dynamics 365, under Knowledge article for Content field, I implemented Rich Text Editor control in order to have plugins which are defined in documentation:
https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html
Also, I made web resource in which is defined ExtraPlugins.
{
"defaultSupportedProps": { "toolbarLocation": "top" , "extraPlugins": "Collapsible,EmbedMedia,div,elementspath,stylescombo,Format,richcombo,floatpanel,panel,listblock,button,embed"} ,
"showAsTabControl": true,
"showFullScreenExpander": true,
"showHtml": true
}
I am talking about plugin: embed, which are used to show video which URL is previously paste. (For examle url from youtube). However, I always gets following error in Browser Console:
Uncaught Error: [CKEDITOR.resourceManager.load] Resource name "embed" was not found at "https://.crm4.dynamics.com/%7b637873370010000157%7d/webresources/msdyn_/RichTextEditorControl/libs/ckeditor_latest/plugins/embed/plugin.js".
Could you please help me with this. It seems like script for this plugin is not in Dynamics 365 at all.
CKEditor version : 4.17.
Regards, A
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|