Skip to content
Snippets Groups Projects
Commit c0baf462 authored by Chris Shantz's avatar Chris Shantz
Browse files

Merge branch '1.1.x' into prod/1.1.x

parents 52b3a30f 7c2dd6dc
No related branches found
No related tags found
No related merge requests found
{#
/**
* @file
* This is a template file for a banner prompting user to give their consent for
* the website to set cookies.
*
* When overriding this template it is important to note that jQuery will use
* the following classes to assign actions to buttons:
*
* agree-button - agree to setting cookies
* find-more-button - link to an information page
*
* Variables available:
* - message: Contains the text that will be display whithin the banner
* - agree_button: Label for the primary/agree button. Note that this is the
* primary button. For backwards compatibility, the name remains agree_button.
* - disagree_button: Contains Cookie policy button title. (Note: for historical
* reasons, this label is called "disagree" even though it just displays the
* privacy policy.)
* - secondary_button_label: Contains the secondary button label. The current
* action depends on whether you're running the module in Opt-out or Opt-in
* mode.
* - primary_button_class: Contains class names for the primary button.
* - secondary_button_class: Contains class names for the secondary button
* (if visible).
* - cookie_categories: Contains a array with cookie categories that can be
* agreed or disagreed to separately.
* - save_preferences_button_label: Label text for a button to save the consent
* preferences.
* category cannot be unchecked.
* - privacy_settings_tab_label: Label text for the Privacy settings tab.
* - withdraw_button_on_info_popup: Show the withdraw button on this popup.
* - method: Chosen consent method.
* - olivero_primary_button_classes: Additional primary button classes that is only populated when
* option to extend Olivero theme's styles is enabled.
* - olivero_secondary_button_classes: Additional secondary button classes that is only populated when
* option to extend Olivero theme's styles is enabled.
*/
#}
{% set cookie_message = message|split('</h2>') %}
{% set cookie_data = {
'labelledby_id': 'cookieLabel' ,
'describedby_id': 'cookieDescription',
'label': cookie_message.0|striptags,
'description': cookie_message.1|striptags
}
%}
{% include '@components/eu-cookie-compliance/eu-cookie-compliance.twig' with {
'cookie': cookie_data,
} %}
......@@ -44,6 +44,8 @@ stylesheets-remove:
- 'core/themes/seven/css/components/form.css'
- 'core/themes/seven/css/components/tables.css'
- 'core/modules/filter/css/filter.caption.css'
- 'profiles/uw_base_profile/modules/contrib/calendar_view/css/calendar-view.default.css'
- 'profiles/uw_base_profile/modules/contrib/calendar_view/css/calendar-view.css'
# - '@stable/css/system/components/align.module.css'
# - '@stable/css/system/components/fieldgroup.module.css'
# - '@stable/css/system/components/container-inline.module.css'
......
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