Skip to content
Snippets Groups Projects
Commit 4a752196 authored by Neslee Canil Pinto's avatar Neslee Canil Pinto Committed by Alberto Siles
Browse files

Issue #3121431 by Neslee Canil Pinto: Add core_version_requirement for Drupal 9

parent c183eeb6
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
* @ingroup themeable * @ingroup themeable
*/ */
#} #}
<div class="alert-wrapper"> <div class="alert-wrapper" data-drupal-messages>
{% for type, messages in message_list %} {% for type, messages in message_list %}
{% {%
set classes = [ set classes = [
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#} #}
{{ attach_library('bootstrap_barrio/toast') }} {{ attach_library('bootstrap_barrio/toast') }}
<div class="toast-wrapper" aria-live="polite" aria-atomic="true"> <div class="toast-wrapper" aria-live="polite" aria-atomic="true" data-drupal-messages>
{% for type, messages in message_list %} {% for type, messages in message_list %}
{% {%
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
* @ingroup themeable * @ingroup themeable
*/ */
#} #}
<div data-drupal-messages>
{% for type, messages in message_list %} {% for type, messages in message_list %}
{% {%
set classes = [ set classes = [
...@@ -68,4 +69,4 @@ ...@@ -68,4 +69,4 @@
{% endfor %} {% endfor %}
</div> </div>
{% endfor %} {% endfor %}
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment