Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
docs(options-ui.jmd): remove duplicate option
Browse files Browse the repository at this point in the history
#1689
[skip ci]
  • Loading branch information
rnicholus committed Nov 15, 2016
1 parent 27b52e8 commit 62bd9f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/api/options-ui.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ A `resizeInfo` object, which will be passed to the supplied function, contains t

{{ api_parent_option("thumbnails.placeholders", "thumbnails.placeholders", "",
(
("thumbnails.placeholders.notAvailablePath", "notAvailablePath", "Absolute URL or relative path to the image to display if the preview/thumbnail could not be generated/displayed.", "String", "null",),
("thumbnails.placeholders.notAvailablePath", "notAvailablePath", "Absolute URL or relative path to the image to display if the preview/thumbnail could not be generated/displayed.", "String", "null",),
("thumbnails.placeholders.waitingPath", "waitingPath", "Absolute URL or relative path to the image to display during preview generation (modern browsers) or until the server response has been parsed (older browsers).", "String", "null",),
("thumbnails.placeholders.waitUntilResponse", "waitUntilResponse", "Set this to `true` if you want the 'waiting' placeholder image to remain in place until the server response has been parsed. This is useful if you expect to return thumbnail URLs in your upload responses for files types that cannot be previewed. This option is ignored in older browsers where client-side previews cannot be generated.", "Boolean", "false",),
Expand Down

0 comments on commit 62bd9f2

Please sign in to comment.