heimrichhannot-contao-components / glightbox-gallery
作为 Contao 组件的 glightbox 的 shim 存储库。
1.0.6
2018-06-27 09:37 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-15 05:28:56 UTC
README
作为 Glightbox 的 shim 存储库,作为 Contao 组件。
安装
composer require heimrichhannot-contao-components/glightbox-gallery
配置
将以下内容添加到您的配置中(保留键以防止双重集成)
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';