geeks4change / h4d_help
There is no license information available for the latest version (1.0.x-dev) of this package.
Provides a provisional help toggletip, until core does.
1.0.x-dev
2025-03-27 17:44 UTC
This package is auto-updated.
Last update: 2025-03-27 16:45:11 UTC
README
A toggle-tip implementation.
How to use
- In php, use
Drupal\h4d_help\Help::add($build, $helpText)
(see Drupal\h4d_help_paragraphs\Hooks\ParagraphsAddMoreHelp::addParagraphsAddMoreHelp) - In twig, use
embed('h4d_help:help' with {helpText: 'Some help Text.'})
, with an optionalcontent
block