disable uniqueness option in lightbox

This also causes the duplicates not to be opened in the lightbox at all.
This commit is contained in:
Andreas Gohr
2023-10-19 10:58:06 +02:00
parent e137b3be4d
commit 2adb98f75c

View File

@ -67,6 +67,7 @@ jQuery(function () {
captionHTML: true, // we allow HTML and double escape in the formatter
alertError: false,
fileExt: false,
uniqueImages: false
});
});