Skip to content

Commit

Permalink
Work on cookie compliance banner
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbutura committed Dec 12, 2023
1 parent 5502a2e commit 40143bd
Show file tree
Hide file tree
Showing 52 changed files with 328 additions and 39 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"drupal/ctools": "^4.0",
"drupal/edw_healthcheck": "^1.20",
"drupal/edwt": "2.1.4",
"drupal/eu_cookie_compliance": "^1.24",
"drupal/extlink": "^1.7",
"drupal/facets": "^2.0",
"drupal/field_group": "^3.4",
Expand Down
76 changes: 75 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions config/sync/core.entity_form_display.user.user.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ content:
contact:
weight: 5
region: content
google_analytics:
weight: 3
region: content
settings: { }
third_party_settings: { }
language:
weight: 0
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ content:
third_party_settings: { }
weight: 0
region: content
hidden: { }
hidden:
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ content:
third_party_settings: { }
weight: 4
region: content
hidden: { }
hidden:
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ content:
region: content
hidden:
body: true
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ content:
third_party_settings: { }
weight: 1
region: content
hidden: { }
hidden:
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ content:
links:
weight: 100
region: content
hidden: { }
hidden:
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ content:
hidden:
created: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@ content:
settings:
image_link: ''
image_style: ''
image_loading:
attribute: lazy
svg_attributes:
width: null
height: null
svg_render_as_image: false
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content
hidden:
created: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,18 @@ content:
settings:
image_link: ''
image_style: medium
image_loading:
attribute: lazy
svg_attributes:
width: null
height: null
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content
hidden:
created: true
field_media_image: true
name: true
search_api_excerpt: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,18 @@ content:
settings:
image_link: ''
image_style: wide
image_loading:
attribute: lazy
svg_attributes:
width: null
height: null
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings: { }
weight: 1
region: content
hidden:
created: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
4 changes: 2 additions & 2 deletions config/sync/core.entity_view_display.media.image.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ content:
settings:
image_link: ''
image_style: ''
image_loading:
attribute: lazy
svg_attributes:
width: null
height: null
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings: { }
weight: 1
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@ content:
settings:
image_link: ''
image_style: large
image_loading:
attribute: lazy
svg_attributes:
width: null
height: null
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content
hidden:
created: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,18 @@ content:
settings:
image_link: ''
image_style: medium
image_loading:
attribute: lazy
svg_attributes:
width: null
height: null
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content
hidden:
created: true
field_media_image_2: true
name: true
search_api_excerpt: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@ content:
settings:
image_link: ''
image_style: large
image_loading:
attribute: lazy
svg_attributes:
width: null
height: null
svg_render_as_image: false
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content
hidden:
created: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,18 @@ content:
settings:
image_link: ''
image_style: medium
image_loading:
attribute: lazy
svg_attributes:
width: null
height: null
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content
hidden:
created: true
field_media_image_3: true
name: true
search_api_excerpt: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,18 @@ content:
settings:
image_link: ''
image_style: ''
image_loading:
attribute: lazy
svg_attributes:
width: 320
height: 320
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content
hidden:
created: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
5 changes: 3 additions & 2 deletions config/sync/core.entity_view_display.media.vector.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@ content:
settings:
image_link: ''
image_style: large
image_loading:
attribute: lazy
svg_attributes:
width: null
height: null
svg_render_as_image: false
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content
hidden:
created: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,18 @@ content:
settings:
image_link: ''
image_style: medium
image_loading:
attribute: lazy
svg_attributes:
width: null
height: null
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content
hidden:
created: true
field_media_image_1: true
name: true
search_api_excerpt: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ content:
hidden:
created: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ content:
hidden:
created: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
Loading

0 comments on commit 40143bd

Please sign in to comment.