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
As canvas panel only renders a canvas, it does not always have information about the manifest that contains it. However, if people are using manifests from collections they should be aware of required statements containing rights and usage information that they may need to display.
Canvas panel won't display the required statement for the user (at the moment). However it could help users identify the required statement.
As canvas panel only renders a canvas, it does not always have information about the manifest that contains it. However, if people are using manifests from collections they should be aware of required statements containing rights and usage information that they may need to display.
Canvas panel won't display the required statement for the user (at the moment). However it could help users identify the required statement.
In the simplest case:
The Vault will know the manifest, can be able to resolve the required statement.
Even in a case where the resource is loaded in a vault, but the manifest id is not given.
There is a (slowish) route to resolving where the canvas came from, and grabbing the required statement.
A Vault API like:
Could be a Canvas Panel API that is:
And make it easier for developers to get this information.
If only a canvas is imported into a vault, without a manifest, then it's up to the containing application to know or get the required statement.
The text was updated successfully, but these errors were encountered: