Problem/Motivation

If you install the module you can't find the Configure page from the module description, you need to go from the menu to:

Administration » Structure » Taxonomy Menu

Proposed resolution

Add the configure page to the .info file

Remaining tasks

None.

User interface changes

You will have the Configure link in the module section in the /admin/modules page

API changes

None.

Data model changes

None.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

adriancid created an issue. See original summary.

adriancid’s picture

Status: Active » Needs review
FileSize
347 bytes
zalak.addweb’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
20 KB
22.64 KB

@adriancid, Thanks for the patch it works well as required. I checked your patch over simplytest.me & Attached the results for the same.

  • dstol committed 7f0a2b1 on 8.x-3.x
    Issue #2890544 by adriancid, prafull.addweb: Add link to configure page
    
dstol’s picture

Status: Reviewed & tested by the community » Fixed

Cleaned up the patch a bit

Thanks for your contribution!

adriancid’s picture

@dstol I think that you need to take a look inside the Complete example in Let Drupal 8 know about your module with an .info.yml file

And you will see this:

name: Hello World Module
description: Creates a page showing "Hello World".
package: Custom

type: module
core: 8.x

dependencies:
  - datetime:datetime
  - link:link
  - drupal:views

test_dependencies:
 - drupal:image

configure: hello_world.settings

php: 5.6

hidden: true

# Note: do not add the 'version'  property yourself!
# It will be added automatically by the packager on drupal.org.
version: 1.0

There are some spaces in the .info.yml file

Status: Fixed » Closed (fixed)

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