How To Add Rel Attribute Automatically In Ckeditor 5 Vue Js Link Plugin? - FreeCodeBlog
Last updated: Jan 19, 2022
I want to add the rel attribute to my ckeditor 5 vue automatically. I'm trying to add rel attribute to ckeditor 5 automatically but i don't understand how can i do it? I installed the ckeditor 5 link plugin and added it to the ckeditor 5 toolbar but when I add a link to any text I don't see any rel attribute in the HTML a tag.
editorConfig: {
toolbar: {
items: ['link']
}
}
Thanks.
Hi, can anyone help me to use ckeditor 5 placeholder in my vue js project? In fact, I installed ckeditor5 build classic editor in my vue js project... Read More
I'm trying to use rel attribute to ckeditor 5 manually but i don't understand how can i do it? I want to use the rel attribute in my ckeditor 5 man... Read More
I have a simple project and I added ckeditor 5 in my project. Also I added ckeditor 5 link plugin to my project. Now I want to enable rel attribute... Read More