Skip to content
New issue

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

Add Background Image #214

Merged
merged 2 commits into from
Nov 11, 2024
Merged

Add Background Image #214

merged 2 commits into from
Nov 11, 2024

Conversation

JoTiTu
Copy link
Contributor

@JoTiTu JoTiTu commented Nov 7, 2024

Short description of what this resolves:

  • This PR adds the BackgroundImage property

Signed-off-by: Johannes Tuerk <[email protected]>
@JoTiTu JoTiTu requested a review from kenkosmowski November 7, 2024 15:24
/// <summary>
/// Gets the alternate text that describes the Background Image image. This is typically used for accessibility purposes.
/// </summary>
public Option<string> AltText { get; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is no property "alt_text" within the background_image

"background_image: OPTIONAL. Object with information about the background image of the Credential. At least the following parameter MUST be included:

uri: REQUIRED. String value that contains a URI where the Wallet can obtain the background image of the Credential from the Credential Issuer. The Wallet needs to determine the scheme, since the URI value could use the https: scheme, the data: scheme, etc."

Signed-off-by: Johannes Tuerk <[email protected]>
@JoTiTu JoTiTu merged commit 68a2657 into main Nov 11, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants