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
While trying to update the video-consent plugin I tried removing the additional_segments parameter and got the following error:
Uncaught (in promise) Error: You must specify a value for the "additional_segments" parameter in the "consent-video" plugin.
It would be more natural for the plugin to allow this to be null, and not require the user to input additional_segments: [{}] (which fixes this bug)
additional_segments: [{}]
The text was updated successfully, but these errors were encountered:
(Only tried this on video-consent, consent_005, English, same issue may be present in other versions)
Sorry, something went wrong.
additional_segments
becky-gilbert
Successfully merging a pull request may close this issue.
While trying to update the video-consent plugin I tried removing the additional_segments parameter and got the following error:
It would be more natural for the plugin to allow this to be null, and not require the user to input
additional_segments: [{}]
(which fixes this bug)The text was updated successfully, but these errors were encountered: