basilicom-pimcore-plugin/asset-thumbnail-link

A Pimcore plugin that provides a button to get absolute Thumbnail URLs

1.0.0 2017-03-14 11:11 UTC

This package is auto-updated.

Last update: 2024-03-09 20:28:44 UTC


README

Developer info: Pimcore at basilicom

Synopsis

This plugin adds a new button 'Get Thumbnail Links' in the asset detail view. By clicking this button a window opens where the user is able to copy and paste absolute URLs to specific thumbnails of the asset.

Installation

Add the "basilicom-pimcore-plugin/asset-thumbnail-link" to the composer.json in the toplevel directory of your pimcore installation. Then enable and install the plugin in Pimcore Extension Manager (under Extras > Extensions)

Example:

{
    "require": {
        "basilicom-pimcore-plugin/asset-thumbnail-link": ">=1.0.0"
    }
}

Installing the plugin a extension-asset-thumbnail-link.xml is created in /website/var/config.

Edit this file and add the thumbnail formats you want to be available for users.

License

GNU General Public License version 3 (GPLv3)