Skip to content

Commit 42bce11

Browse files
Merge pull request #18 from Frontify/feat/add-alt-text
feat: Add alt text field to the asset type
2 parents 7a2ec4a + 37313d7 commit 42bce11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export type FrontifyAsset = {
5353
type: string;
5454
author: string | null;
5555
expiresAt: string | null;
56+
alternativeText: string | null;
5657
licenses:
5758
| {
5859
title: string;
@@ -113,6 +114,7 @@ query AssetByIds($ids: [ID!]!, $permanent: Boolean!) {
113114
}
114115
createdAt
115116
expiresAt
117+
alternativeText
116118
...withMetadata
117119
...onImage
118120
...onDocument

0 commit comments

Comments
 (0)