Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 1.34 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.34 KB

Contao Lightcase

Contao extension to integrate the Lightcase overlay.

Usage

Simply activate the j_lightcase template in your page layout under jQuery. Do not activate j_colorbox or moo_mediabox as well!

Lightcase will work with all links that use the data-lightbox="…" parameter. Of course you can still initialize via your own JavaScript. Customizing the options works the same way as with the j_colorbox template for example.

Adjust Labels

In order to adjust the translation of the labels within your application (or to create translations for additional languages), create files in the following format:

translations/im_contao_lightcase.<LANGUAGE>.yaml

For example if you want to change the English and German label of the close button:

# translations/im_contao_lightcase.en.yaml
close: Close overlay
# translations/im_contao_lightcase.de.yaml
close: Overlay schließen

See the API documentation for the available labels.