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
For Require parameters that are of type enumeration
Input (means API argument) to different output (arguments passed to the views) mapping. Similar in code as what we do for UUIDs to NODES but in this case One value to another
Allow also Views to be called when there argument has a value, but without having to pass anything to the View.
On VIEWS exposed argument mapping, being able to make some conditional. A good example is a pager. Under a certain other argument, the pager might refer to one view, under another to a different view
There might be more needs, but this is a good start.
Ideally also, IF a template is being used by an Exposed API endpoint, provide a OpenAPI special "preview" input space. So the user can simulate the Open API and see how the Template renders.