- Issue created by @mably
- Merge request !6Issue #3508097 by mably: Allow the customization of the Tobii lightbox dialog title → (Merged) created by mably
Automatically closed - issue fixed for 2 weeks with no activity.
For accessibility reasons, it can be necessary to add some custom prefix or suffix of the standard lightbox caption.
Use a custom Drupal translated string to allow such customization.
if (lightboxTitle > '') {
options.dialogTitle = Drupal.t('Lightbox: @caption', {
'@caption': lightboxTitle,
});
}
Active
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.