minisite-widget.html.twig in Mini site 8
Default theme implementation for a minisite field widget.
Available variables:
- attributes: HTML attributes for the containing element.
- data: Render elements of the minisite widget.
See also
File
templates/minisite-widget.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation for a minisite field widget.
- *
- * Available variables:
- * - attributes: HTML attributes for the containing element.
- * - data: Render elements of the minisite widget.
- *
- * @see template_preprocess_minisite_widget()
- *
- * @ingroup themeable
- */
- #}
- <div{{ attributes }}>
- {{ data }}
- </div>