Skip to content

Commit

Permalink
Merge pull request #116 from soominchun/soomin/video-params
Browse files Browse the repository at this point in the history
add altText to video params
  • Loading branch information
raycharius authored Dec 18, 2023
2 parents bdb89d7 + 74cbdcc commit 61208a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/blocks/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
} from '../internal/methods';

export interface VideoParams {
altText?: string;
blockId?: string;
description?: string;
providerIconUrl?: string;
Expand Down

0 comments on commit 61208a8

Please sign in to comment.