Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"storybook": "^9.1.2",
"stylelint": "^16.23.1",
"stylelint-config-twbs-bootstrap": "^16.1.0",
"tarteaucitronjs": "^1.22.0",
"tarteaucitronjs": "^1.32.0",
"terser": "^5.43.1",
"unist-util-visit": "^5.0.0",
"vnu-jar": "24.10.17",
Expand Down
5 changes: 3 additions & 2 deletions site/src/assets/tac.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,14 @@ if (typeof tarteaucitron !== 'undefined') {
orientation: 'bottom',
bodyPosition: 'top',
cookieslist: true,
highPrivacy: false,
highPrivacy: true,
showIcon: false,
handleBrowserDNTRequest: true,
useExternalCss: true,
mandatory: false,
googleConsentMode: false,
partnersList: true
partnersList: true,
alwaysNeedConsent: true
})

tarteaucitron.user.googletagmanagerId = 'GTM-P6H78BQ';
Expand Down
8 changes: 8 additions & 0 deletions site/src/scss/_tarteaucitron.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,14 @@
}
}

@include tac("ReadmoreInfo", true) {
display: none;
}

@include tac("ReadmoreSeparator", true) {
display: none;
}

[role="heading"]:has(.catToggleBtn),
.#{$tac-prefix}Hidden,
.#{$tac-prefix}InfoBox,
Expand Down
Loading