-
Notifications
You must be signed in to change notification settings - Fork 84
ENG-2305: Add experience config ID and Property ID class to embedded consent for per-brand CSS #7228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
thabofletcher
merged 6 commits into
main
from
ENG-2305-add-experience-config-class-to-embedded-consent
Jan 16, 2026
Merged
ENG-2305: Add experience config ID and Property ID class to embedded consent for per-brand CSS #7228
thabofletcher
merged 6 commits into
main
from
ENG-2305-add-experience-config-class-to-embedded-consent
Jan 16, 2026
+52
−0
Conversation
This file contains hidden or 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
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
8ce1a59 to
ab00983
Compare
Contributor
Greptile SummaryAdds the experience config ID (e.g.,
Confidence Score: 5/5
Important Files Changed
|
7260070 to
ea980a8
Compare
ea980a8 to
d19df0d
Compare
58b1a76 to
fb42fdb
Compare
tvandort
approved these changes
Jan 16, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ticket ENG-2305
Description Of Changes
Adds the experience config ID and property ID as classes to the
<body>element in the embedded consent HTML page. This enables per-brand CSS styling for mobile TCF consent dialogs, matching the pattern already used on web pages.When the
FidesInitializedevent fires:pri_62d0c439-ac62-4af5-a2e0-7829efa881cc) is added as a class to the body elementFDS-MZQEFR) is added as a class to the body elementExisting CSS rules that target elements using these IDs will now apply to the embedded consent page.
Code Changes
embedded-consent.htmlto extractwindow.Fides.experience.experience_config.idandwindow.Fides.experience.property_idand add them as classes to the body element on initializationSteps to Confirm
http://localhost:3001/embedded-consent.html?geolocation=de&property_id=<your-property-id><body>elementpri_xxx-xxx-xxx) is present as a class on the bodyFDS-XXXXXX) is present as a class on the bodyNow with Property ID sanitization!
Pre-Merge Checklist
CHANGELOG.mdupdatedmaindowngrade()migration is correct and works