Need to add new option on Editor section.
Permalink
Hello all,
I am new in concrete5. I need to add new option in Editor section like please check screenshot. My question is if i need to add option is editor area so i will be changes in core editor file or i can create a addon for overwrite core file code and add my new option. If i can create by addon then please guide me and provide me link (guide) and if not then please let me know on which file i need to change and add new option on editor.
I have added this options in screen shot by Inspect element.
I am new in concrete5. I need to add new option in Editor section like please check screenshot. My question is if i need to add option is editor area so i will be changes in core editor file or i can create a addon for overwrite core file code and add my new option. If i can create by addon then please guide me and provide me link (guide) and if not then please let me know on which file i need to change and add new option on editor.
https://prnt.sc/hsb0tk
I have added this options in screen shot by Inspect element.
What you describe involves creating a CKEditor plugin.
I am not sure, but you might be able to "extend" the core concrete5link plugin (the concrete5link plugin extends the default CKEditor link plugin).
https://github.com/concrete5/concrete5/blob/develop/concrete/js/cked...
This discussion includes information on how to package the plugin so concrete5 can use it.
https://www.concrete5.org/community/forums/themes/how-to-add-a-plugi...