https://github.com/itk-dev/itk-admin-links
Drupal 8 module for providing admin links as a block in bottom right corner
https://github.com/itk-dev/itk-admin-links
Last synced: 8 months ago
JSON representation
Drupal 8 module for providing admin links as a block in bottom right corner
- Host: GitHub
- URL: https://github.com/itk-dev/itk-admin-links
- Owner: itk-dev
- Created: 2017-07-27T11:28:05.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-10T11:43:49.000Z (over 2 years ago)
- Last Synced: 2025-03-15T11:06:25.088Z (about 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# About ITK admin links
Provides a drupal block for holding simple links to drupal backend.
- Link to /admin
- Link to logout
- Link to node/[nid]/edit on node pages
The block is only visible for users with 'Administer nodes' permission.
## Usage
Simply add the block to a region The css provided by this module will place a link in bottom right corner with fixed positioning.