Skip to content
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

Add support for named config overrides in Fides.js #4304

Open
eastandwestwind opened this issue Oct 19, 2023 · 0 comments
Open

Add support for named config overrides in Fides.js #4304

eastandwestwind opened this issue Oct 19, 2023 · 0 comments

Comments

@eastandwestwind
Copy link
Contributor

          This is specifically what some applications need to support -  a global object on `window` that they can prefill with some options for various other JS to pull from. It can't be namespaced just to Fides as it's shared with other tools.

It'd be good to support an explicit config option for init that names this though, like

Fides.init(extra: window.config.fides)
// or
Fides.init(extra: window.options)
// or
Fides.init(extra: window.my.special.options

?

Originally posted by @NevilleS in #4297 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant