Can CKFinder be configured so the gallery view uses the thumbnail url to retrieve the thumbnail image vs calling the connector directly each time?
We know it maintains the thumbnail url because it's set in the server-side Init, and is used when Select Thumbnail is enabled and previewed in CKEditor, but when the default gallery view show thumbnails, each request to retrieve the thumbnail is instead requested through the connector using the full core/connector/php/connector.php?command=Thumbnail,etc request instead of the thumbsUrl property returned from the ConnectorInfo block in the Init.
Can we configure CKFinder to use the url thumbnail instead?
We know it maintains the thumbnail url because it's set in the server-side Init, and is used when Select Thumbnail is enabled and previewed in CKEditor, but when the default gallery view show thumbnails, each request to retrieve the thumbnail is instead requested through the connector using the full core/connector/php/connector.php?command=Thumbnail,etc request instead of the thumbsUrl property returned from the ConnectorInfo block in the Init.
Can we configure CKFinder to use the url thumbnail instead?