67c91a68d113ec2c2331d30aed53d31b4f52c72d
[yaffs-website] / web / modules / contrib / paragraphs / templates / paragraphs-info-icon.html.twig
1 {#
2 /**
3  * @file
4  * Default theme implementation for a paragraphs info icon.
5  *
6  * Available variables:
7  * - icon: Name of the icon to use.
8  * - message: Information message.
9  *
10  * @see template_preprocess()
11  *
12  * @ingroup themeable
13  */
14 #}
15 <span class="paragraphs-icon paragraphs-icon-{{ icon }}" title="{{ message }}">
16   <span class="paragraphs-icon__message visually-hidden">{{ message }}</span>
17 </span>