mirror of
https://github.com/splitbrain/dokuwiki-plugin-gallery.git
synced 2025-07-24 09:59:17 +00:00
disable uniqueness option in lightbox
This also causes the duplicates not to be opened in the lightbox at all.
This commit is contained in:
@ -67,6 +67,7 @@ jQuery(function () {
|
|||||||
captionHTML: true, // we allow HTML and double escape in the formatter
|
captionHTML: true, // we allow HTML and double escape in the formatter
|
||||||
alertError: false,
|
alertError: false,
|
||||||
fileExt: false,
|
fileExt: false,
|
||||||
|
uniqueImages: false
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user