Add a "Configure" link to the module list page

Add the following line to the module's info.yml file, so a "Configure" link can automatically appear on the module list page under the name of this module: configure: system_account.settings

Add require-dev for fetching the right version of feeds

The composer.json file should include a require-dev with the fixed dependency to feeds, otherwise the drupalci testbot is going to download whatever it wants.

See https://git.drupalcode.org/project/lingotek/-/blob/3.0.x/composer.json#L43

This could be the right include: "drupal/feeds": "^3.0",

Fix Loqate permissions

Managing Loqate is using core's permission:

  requirements:
    _permission: 'access administration pages'

This should be handled via this module's own permission. An update hook is also required to assign this new permission to the roles using the access administration pages before this change.

Error in permission's name

Permission's name for the configuration access of the module does not match between routing.yml and permissions.yml

Permission's name error

HumansTxtController injects humanstxt.settings but config is already part of ControllerBase

This means that to get the humanstxt.settings, we just need to do $this->config('humanstxt.settings') instead of injecting the config factory again

Pages

Subscribe with RSS Subscribe to RSS - Newbie