basilicom-pimcore-plugin/asset-thumbnail-link

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

Maintainers

Package info

github.com/basilicom/pimcore-plugin-asset-thumbnail-link

Homepage

Type:pimcore-plugin

pkg:composer/basilicom-pimcore-plugin/asset-thumbnail-link

Statistics

Installs: 35

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2017-03-14 11:11 UTC

This package is auto-updated.

Last update: 2026-03-10 00:48:20 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)