Problem/Motivation
Thank you soooo much for this great module! I love it :)
Just one thing I was missing in several projects: Being able to configure classes to add on detected external / mail links.
That would be super helpfol to "mark" these kind of links for other JS tasks or CSS consistently.
Steps to reproduce
Proposed resolution
Add a setting
"Add custom CSS classes" (boolean)
and if enabled show a textfield "Custom CSS classes" where CSS classes can be configured, separated by comma, which are applied to the detected links.
That should be super helpful and flexible!
What do you think?
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork extlink-3333202
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
lrwebks commentedLet's start with this one! Definitely doable in a timely manner.
Comment #4
lrwebks commentedAfter a whole lot of work this is finally up and running! To review it is!
Comment #5
lrwebks commentedComment #6
lrwebks commentedThis time we might be done!
Comment #7
anybodyJust some final alignments.
Please also add tests like the module already has.
Comment #8
anybodyComment #9
lrwebks commentedWith all of it working out fine now, I hope that was the last from me! :)
Comment #10
anybodyWell done! Nice and helpful feature!
Comment #12
anybodyMerged! :)
Comment #14
heddnThis issue had a hook_update that referenced non-existent config options. I've opened #3467662: extlink_update_8103 for mailto & ext links define a non-used setting to fix the update hook. An MR is posted over there.
Comment #15
anybodyOuch, thank you @heddn. No idea why I didn't see that! -.-