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
This can be done after #4620 has been merged (This PR adds the prefill_options field to the model).
prefill_options
The attribute should be part of the prefill_options JSON field and the general/ideal structure should be:
attribute
prefill_plugin
prefill_identifier_role
The text was updated successfully, but these errors were encountered:
Might be backwards incompatible with custom plugins (read: NHR, DH) and streamlines plugin architecture.
Sorry, something went wrong.
This is a prelude to moving the prefill config from the component to the variables tab.
No branches or pull requests
This can be done after #4620 has been merged (This PR adds the
prefill_options
field to the model).The
attribute
should be part of theprefill_options
JSON field and the general/ideal structure should be:prefill_plugin
-> determines the shape of prefill_optionsprefill_options
-> stores plugin-specific configuration options (will contain the attribute key for all the other plugins)prefill_identifier_role
-> still used to point to which BSN/KVK to grab from the Submission for auth checks etc.The text was updated successfully, but these errors were encountered: