Closed (fixed)
Project:
External Links
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Aug 2024 at 15:45 UTC
Updated:
5 Sep 2024 at 07:29 UTC
Jump to comment: Most recent
In #3333202: Allow to add classes for external and mail links, config options for extlink_additional_link_settings and extlink_additional_mailto_settings landed in a hook update. But the names used are not what is used by the code. The names are extlink_additional_link_classes and extlink_additional_mailto_classes.
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 #3
anybodyClearly correct. My mistake, that this has been merged with wrong variables. I must have missed that in one of the last steps. -.- SORRY!
Comment #5
anybody@heddn before finally closing this: Just though if we should add another
extlink_update_8104()(+1) update hook to ensure it runs and remove the wrongextlink_additional_link_settingsvariables potentially set byextlink_update_8103()?I merged the MR as hotfix!
Comment #6
heddnThat might be a good follow-up. In my case, I just modified my config/extlink.settings.yml manually. But many won't do that and expect a more scripted solution.
Comment #7
anybodyOk I'm setting this back to NW for @LRWebks to implement.
Comment #8
smustgrave commentedShould have time next week to make an update hook
Comment #9
lrwebks commentedI'm on it right now!
Comment #11
lrwebks commentedComment #12
anybodyThanks for the fix @lrwebks!
Comment #14
anybody