Problem/Motivation

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 :)

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork tagclouds-3213045

Command icon 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

phjou created an issue. See original summary.

phjou’s picture

Status: Active » Needs review

Merge request done.

joseph.olstad made their first commit to this issue’s fork.

  • joseph.olstad committed 81f6a89 on 2.0.x authored by phjou
    Issue #3213045: Display more is defined in config but the feature is...
joseph.olstad’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.