Skip to content
Snippets Groups Projects
Commit 45500724 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-7158: additional removal of things not used by emergency notification

parent 0fefef69
No related branches found
No related tags found
1 merge request!234ISTWCMS-7158: add emergency notifcation patterns
<div class="uw-emergency-notification{% if emergency_notification.display_style == 'priority' %} emergency-notification{% endif %}"> <div class="uw-emergency-notification emergency-notification">
<div role="complementary" class="uw-emergency-notification__content"> <div role="complementary" class="uw-emergency-notification__content">
{% if emergency_notification.display_style == 'priority' %} {% include '@components/icon/icon.twig' with {
{% include '@components/icon/icon.twig' with { 'name': 'special-alert',
'name': 'special-alert', } %}
} %}
{% endif %}
{% if pattern_lab %} {% if pattern_lab %}
<div class="block-uw-cbl-emergency-notification"> <div class="block-uw-cbl-emergency-notification">
{% endif %} {% endif %}
{% if emergency_notification.date %}
<div class="emergency-notification__date">
{{ emergency_notification.date }}
</div>
{% endif %}
{% if emergency_notification.heading %}
<div class="emergency-notification__heading">
{{ emergency_notification.heading }}
</div>
{% endif %}
<div id="block-emergency-notification" class="block block-uw-custom-blocks block-uw-cbl-emergency-notification"> <div id="block-emergency-notification" class="block block-uw-custom-blocks block-uw-cbl-emergency-notification">
<div class="emergency-notification__content"> <div class="emergency-notification__content">
{{ emergency_notification.notification }} {{ emergency_notification.notification }}
......
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