作为 Contao 组件的 glightbox 的 shim 存储库。

安装次数: 1,871

依赖项: 1

建议者: 0

安全性: 0

星标: 0

关注者: 3

分支: 0

开放问题: 0

语言:JavaScript

类型:contao-component

1.0.6 2018-06-27 09:37 UTC

This package is not auto-updated.

Last update: 2024-09-15 05:28:56 UTC


README

Latest Stable Version Total Downloads

作为 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';