backdrop-contrib / block_titlelink

Allows block titles to be linked.
GNU General Public License v2.0
0 stars 1 forks source link

Block Title Link

Block Title Link allows a block to link its title. It works by adding new properties to the $block object. It then uses hook_preprocess_block to wrap a link around the current block title.

There is a also a option to disable the link from rendering around the title. This is useful for using the link elsewhere in the block template. For example: to link an icon, or add a "more" link.

This module adds the following properties to the $block object:

Installation

Differences from Drupal 7

Issues

Bugs and feature requests should be reported in the Issue Queue.

Current Maintainers

Credits

License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.