1.0.3 • Published 2 years ago

demo_npm_package_abdullah v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Administration Menu

The Administration Menu module displays the entire administrative menu tree (and most local tasks) in a drop-down menu, providing administrators one- or two-click access to most pages.

For a full description of the module, visit the project page.

Submit bug reports and feature suggestions, or track changes in the issue queue.

Installation

Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.

Configuration

  1. Enable the module at Administration > Extend.
  2. When creating a new field on a content type or custom entity type, choose "Double Field" from the drop-down menu.
  3. On the Field Settings form for the Double Field, define the two subfields as you would with any other field.
  4. Optionally, on the "Edit" form for the Double Field, you may choose options for whether or not the subfields are "required".

Configuration

The module has no menu or modifiable settings. There is no configuration. When enabled, the module will prevent the links from appearing. To get the links back, disable the module and clear caches.

Troubleshooting

If the menu does not display, check the following:

  • Are the "Access administration menu" and "Use the administration pages and help" permissions enabled for the appropriate roles?
  • Does html.tpl.php of your theme output the $page_bottom variable?

FAQ

Q: I want to prevent robots from indexing my custom error pages by setting the robots meta tag in the HTML head to "noindex".

A: There is no need to. Customerror returns the correct HTTP status codes (403 and 404). This will prevent robots from indexing the error pages.

Q: I want to customize the custom error template output.

A: In your theme template folder for your site, copy the template provided by the Customerror module (i.e. templates/customerror.html.twig) and then make your modifications there.

Q: I want to have a different template for my 404 and 403 pages.

A: Copy customerror.html.twig to customerror--404.html.twig and customerror--403.html.twig. You do not need a customerror.html.twig for this to work.

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago