Skip to content

Commit

Permalink
allow to deactivate all modal effects
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Jan 25, 2024
1 parent c9a9dbf commit be745c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/embeds/modal.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% set _footer = (footer ?? true) is same as true %}
{% set _status = status ?? null %}

<div {% block modal_attributes %}{% endblock %} class="modal modal-blur fade {% block modal_class %}{% endblock %}" id="{{ _id }}" tabindex="-1" role="dialog"{% if _header %} aria-labelledby="{{ _id }}_label"{% endif %}>
<div {% block modal_attributes %}{% endblock %} class="modal {% block modal_effects %}modal-blur fade{% endblock %} {% block modal_class %}{% endblock %}" id="{{ _id }}" tabindex="-1" role="dialog"{% if _header %} aria-labelledby="{{ _id }}_label"{% endif %}>
<div class="modal-dialog {% block modal_size %}modal-lg{% endblock %}" role="document">
<div class="modal-content {% block modal_content_class %}{% endblock %}">
{% block modal_before %}{% endblock %}
Expand Down

0 comments on commit be745c8

Please sign in to comment.