- id:
How it works
there is reserved global variable
alerts
that containts
items
array of alerts objects
its coexist with
alerts-group.twig
that is included in
layout-base.twig
alerts-group.twig
is abstract group that have position fixed and handle multile alerts align
Check alerts.html for example usage in layout
- css class for closing the alert
i-alert__close-
(Close element needs to be inside of alert element)
usecase: if you need different element to close the alert. For example close button.