Hi All,
i want to load custom clientlibs in my content fragment page but the js call is not getting called.
http://localhost:4502/editor.html/content/dam/test/testcontentfragment
i am using categories - dam.cfm.authoring.v2
But still my js is not geting called.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Raushan,
Please try dam.cfm.authoring.contenteditor.v2. This has the editor.js file which gets called on CF Editor.
Respective clientlibs path is available here - /libs/dam/cfm/admin/clientlibs/v2/authoring/contenteditor
@Raushan Please try with "dam.cfm.authoring.editors.v2",
You can simply view the html source the editor page, and see either css/js file with /cfm/ and check the category of the file and use the same.
Hi @Shashi_Mulugu i have tried dam.cfm.authoring.editors.v2 , but this is also not working. when I am checking js file inside libs , it's showing category name dam.cfm.authoring.v2 but with this it's also not working. is my clientlibs folder location is correct.? please find the libs clientlib attachment.
Views
Replies
Total Likes
Hi @Raushan,
Please try dam.cfm.authoring.contenteditor.v2. This has the editor.js file which gets called on CF Editor.
Respective clientlibs path is available here - /libs/dam/cfm/admin/clientlibs/v2/authoring/contenteditor
Hello @Vijayalakshmi_S ,
Can you help in understanding a bit more for this clientlib category - dam.cfm.authoring.contenteditor.v2
I have create multifield content fragment and created an clientlib and category with the above specified.
When I do a search in CRXDE, I see 2/3 occurrences of same category from /libs and 1 from my project /apps.
My question is - if all the clientlibs with same category gets load 2/3 from /libs and 1 from /apps??
Thanks in advance.
Views
Replies
Total Likes
Views
Likes
Replies