We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think @enguerran has done something similar for contacts.
http://bank.cozy.tools:8080/?flag__toto=salut could activate the flag { toto: "salut" }
{ toto: "salut" }
The text was updated successfully, but these errors were encountered:
https://github.com/cozy/cozy-contacts/blob/73c26e5f6aac408dd1fac2517760314f730b7268/src/components/Toolbar.jsx#L8-L10
const searchParams = new URL(window.location).searchParams const fakeintentEnabled = searchParams.get('fakeintent') !== null const vcardEnabled = searchParams.get('enablevcardimport') !== null
Sorry, something went wrong.
No branches or pull requests
I think @enguerran has done something similar for contacts.
http://bank.cozy.tools:8080/?flag__toto=salut could activate the flag
{ toto: "salut" }
The text was updated successfully, but these errors were encountered: