You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for using parametrize and Overridable with custom fields.
This requires:
Being able to specify an Overridable ID for your custom field in the deposit form
Creating a system of 'dynamic' Overridables in the field rendering that apply the user-provided ID
A simple user-friendly way of parameterizing your components
As part of inveniosoftware/invenio-app-rdm#3100, this will eventually allow you to, for example, hide/show a custom field based on the Resource Type of the record. But also you will be able to arbitrarily override all of the props of your custom field based on any value in the form state.