-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UHF-9680: Reverted the cookie banner installation (properly).
- Loading branch information
Showing
9 changed files
with
81 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
uuid: d66f67da-a1de-4526-b561-810e937c1bcc | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- eu_cookie_compliance | ||
- system | ||
theme: | ||
- hdbt | ||
_core: | ||
default_config_hash: Ofp5Nv8E3DryORBw9DXtbN860LdYomjt-klGkC0fCHs | ||
id: eucookiecomplianceblock | ||
theme: hdbt | ||
region: after_content | ||
weight: -10 | ||
provider: null | ||
plugin: eu_cookie_compliance_block | ||
settings: | ||
id: eu_cookie_compliance_block | ||
label: 'EU Cookie Compliance Block' | ||
label_display: '0' | ||
provider: eu_cookie_compliance | ||
eu_cookie_compliance_block_settings: | ||
description: | ||
value: '' | ||
format: full_html | ||
visibility: | ||
request_path: | ||
id: request_path | ||
negate: false | ||
pages: /cookie-information-and-settings |
31 changes: 31 additions & 0 deletions
31
conf/cmi/block.block.hdbt_subtheme_eucookiecomplianceblock.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
uuid: 5873908f-9f16-4d4d-becf-7eb0e1d2ca98 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- eu_cookie_compliance | ||
- system | ||
theme: | ||
- hdbt_subtheme | ||
_core: | ||
default_config_hash: Ofp5Nv8E3DryORBw9DXtbN860LdYomjt-klGkC0fCHs | ||
id: hdbt_subtheme_eucookiecomplianceblock | ||
theme: hdbt_subtheme | ||
region: after_content | ||
weight: -10 | ||
provider: null | ||
plugin: eu_cookie_compliance_block | ||
settings: | ||
id: eu_cookie_compliance_block | ||
label: 'EU Cookie Compliance Block' | ||
label_display: '0' | ||
provider: eu_cookie_compliance | ||
eu_cookie_compliance_block_settings: | ||
description: | ||
value: '' | ||
format: full_html | ||
visibility: | ||
request_path: | ||
id: request_path | ||
negate: false | ||
pages: /cookie-information-and-settings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
conf/cmi/language/ru/eu_cookie_compliance.cookie_category.statistics.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
label: Statistics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
popup_agreed: | ||
value: "<h2>Thank you for accepting cookies</h2>\r\n\r\n<p>You can now hide this message or find out more about cookies.</p>\r\n" | ||
popup_agree_button_message: Принять | ||
popup_more_info_button_message: 'Show cookies' | ||
popup_find_more_button_message: 'Show cookies' | ||
popup_hide_button_message: Скрыть | ||
popup_info: | ||
value: "<h2>Hel.fi uses cookies </h2>\r\n\r\n<p>We use essential cookies on our website to make the site work. Also third party cookies are used if you give us your permission.</p>\r\n" | ||
popup_link: /node/1 | ||
withdraw_message: | ||
value: "<h2>Hel.fi uses cookies</h2>\r\n\r\n<p>You have given your consent for us to set cookies.</p>\r\n" | ||
save_preferences_button_label: 'Accept selected cookies' |