Skip to content

Commit 85e846a

Browse files
author
ben
committed
v0.4.11
1 parent 0f91664 commit 85e846a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ src | string | undefined | Required. A string ref
6464
thumbnail | string | undefined | Required. A string referring to any valid image resource (file, url, etc).
6565
thumbnailWidth | number | undefined | Required. Width of the thumbnail image.
6666
thumbnailHeight | number | undefined | Required. Height of the thumbnail image.
67-
alt | string | undefined | Optional. Image alt attribute.
67+
alt | string | "" | Optional. Image alt attribute.
6868
tags | array | undefined | Optional. An array of objects containing tag attributes (value and title). e.g. `{value: "foo", title: "bar"}`
6969
isSelected | bool | undefined | Optional. The selected state of the image.
7070
caption | string | undefined | Optional. Image caption.

0 commit comments

Comments
 (0)