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
We want, when multiple component requires the same parameters, to be able to pass this parameters globally. Example (The following example aims to be equivalent to the previous one):
when a global parameter is specified, it is used by all the components no exclusion
when a global parameter is specified and component includes the same parameter with different value, the global parameter is overwritten for that component
when both global and component parameters are specified, both are going to be used (see example for hello parameter)
The text was updated successfully, but these errors were encountered:
Current behaviour for making a request is making a POST to the registry's base url with a payload like
We want, when multiple component requires the same parameters, to be able to pass this parameters globally. Example (The following example aims to be equivalent to the previous one):
Acceptance:
hello
parameter)The text was updated successfully, but these errors were encountered: