empreinte-digitale / orejime

An easy to use consent manager that focuses on accessibility.
https://orejime.empreintedigitale.fr/
Other
145 stars 26 forks source link

Syntax error in "categories" (configuration object) #88

Closed lounge-act closed 1 year ago

lounge-act commented 2 years ago

Array in object causes an error: (as shown in the descriptive example)


categories: {
        [
            name: "analytics",
            title: "Analytics",
            // The list of apps belonging to the category, referenced by name.
            apps: [
                "google-tag-manager",
                "external-tracker"
            ]
        ]
    }
felixgirault commented 1 year ago

Thank you for noticing, this has been fixed by https://github.com/empreinte-digitale/orejime/pull/89https://github.com/empreinte-digitale/orejime/pull/89