Admin Tooltips
Admin Tooltips
The module provides a way to add a tooltip to fields in drupal forms from the form display settings which can be found at /admin/structure/types/manage/article/form-display for the article content type.
Installation
If your site is managed through composer, you can install this module with composer require drupal/admin_tooltips. Make sure to enable the module at /admin/modules or with drush drush pm:enable admin_tooltips.
To add a tooltip to a field :
- Go to the form display where we need add tooltips, e.g. admin/structure/types/manage/article/form-display.
- Click on the field setting configuration icon. Usually on the far right.
- Use TOOL INFO SETTINGS to configure the text that will be displayed as tooltips.
- Click on update button.
- Click on save button.
To customize the styling :
The tooltip uses a template that could be overridden from the site theme.
The CSS can also be overwritten the same way.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.0-beta3 | Pre-release | Bug fixes | Oct 15, 2024 |