Closed (fixed)
Project:
Site Settings and Labels
Version:
8.x-1.19
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2020 at 22:56 UTC
Updated:
29 Sep 2023 at 16:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
pavlosdanHere's a patch that removes the string from the tokens for now.
Comment #3
scott_euser commentedThanks for your contribution to this. I would be concerned about anyone having conditions on this and I think there is an argument for keeping it depending on how the site builder is using the module. I would prefer we add an alter hook or that we add it as an option to the configuration page so you could choose to change it but leaving the default as is.
Thanks,
Scott
Comment #4
pavlosdanHi Scott,
Thanks for your response. That makes sense!
Here's another patch that adds an alter hook to allow modules to alter/remove the string as needed while keeping the current one.
Please let me know your thoughts.
Thanks,
Pavlos
Comment #5
jwilson3I was able to achieve what I needed with a small snippet of code, but it is definitely a bit hacky:
If this were to go in, I would want a bit more context in the alter hook, to be honest:
Comment #7
scott_euser commentedThanks!