From 62bd9f208c01ad6a6a92ad9625a1e5396af79b83 Mon Sep 17 00:00:00 2001 From: Ray Nicholus Date: Tue, 15 Nov 2016 13:28:14 -0600 Subject: [PATCH] docs(options-ui.jmd): remove duplicate option #1689 [skip ci] --- docs/api/options-ui.jmd | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/api/options-ui.jmd b/docs/api/options-ui.jmd index 2c5f40676..e82815c64 100644 --- a/docs/api/options-ui.jmd +++ b/docs/api/options-ui.jmd @@ -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",),