-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
✨ Brid player support for child JSON config #38984
Conversation
Hey @alanorozco! These files were changed:
|
@grajzer are you affiliated with brid? |
const configElement = doc.createElement('script'); | ||
configElement.setAttribute('type', 'application/json'); | ||
if (typeof config == 'string') { | ||
configElement.textContent = config; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eozmen410 do we need to make this assignment trusted types compatible?
@erwinmombay Yes, I work in Brid and I made all previous changes to this component. |
Hi @erwinmombay please let me know if anything else is needed in regards to this, or when can we expect this change to go live. |
@grajzer apologies for late response.could you rebase and push the code out again. trying to get this green to merge |
Hi @erwinmombay, everything is updated now. |
* Brid player support for child JSON config * Brid player fix lint errors
Support for providing additional config using child JSON.