Skip to content
This repository was archived by the owner on Aug 28, 2026. It is now read-only.
This repository was archived by the owner on Aug 28, 2026. It is now read-only.

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

Description

@eastandwestwind
          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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions