heimrichhannot-contao-components / glightbox-gallery
A shim repositoy for glightbox as contao component.
Package info
github.com/heimrichhannot-contao-components/glightbox-gallery
Language:JavaScript
Type:contao-component
pkg:composer/heimrichhannot-contao-components/glightbox-gallery
1.0.6
2018-06-27 09:37 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-01 13:22:04 UTC
README
Shim repository for Glightbox as Contao Component.
Install
composer require heimrichhannot-contao-components/glightbox-gallery
Config
Add the following to your config (keep keys to prevent double integration):
Contao 4
$GLOBALS['TL_JAVASCRIPT']['huh_components_glightbox'] = 'assets/glightbox-gallery/js/glightbox.min.js|static';
$GLOBALS['TL_USER_CSS']['huh_components_glightbox'] = 'assets/glightbox-gallery/css/glightbox.min.css|static';
Contao 3
$GLOBALS['TL_JAVASCRIPT']['huh_components_glightbox'] = 'assets/components/glightbox-gallery/js/glightbox.min.js|static';
$GLOBALS['TL_USER_CSS']['huh_components_glightbox'] = 'assets/components/glightbox-gallery/css/glightbox.min.css|static';