Closed (fixed)
Project:
TagCloud
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2021 at 13:25 UTC
Updated:
30 Jun 2022 at 14:29 UTC
Jump to comment: Most recent
I noticed that I couldn't hide the "Display more" link using the module, so I started to create a patch for that and I discovered that the config was actually already defining a "display_more_link" config but was used nowhere in the code. I guess that's a feature that has been lost maybe when writing from D7.
Anyway, I just made a patch to actually use that config and users are now able to choose if they want to display the "Display more" link or not. And since the config is already existing, we don't need any hook_update :)
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
phjouMerge request done.
Comment #6
joseph.olstad