Creates a gallery of the images from the specified folder. Used by the
WYSIWYG editor's dynamic objects menu, or manually via:
{! filemanager/gallery?path=foldername !}
The foldername is a folder of images inside /files/ or the directory set
by the 'filemanager_path' option in your config file.
Alternatively, it can be used via:
{! filemanager/gallery?files=filelist !}
The filelist is a list of images inside /files/ or the directory set
by the filemanager_path option in your config file.
filelist can either be an array or a string with each file path delimited
by |.
Also available in the dynamic objects menu as "Images: Gallery".
Embeds a photo gallery.
Creates a gallery of the images from the specified folder. Used by the WYSIWYG editor's dynamic objects menu, or manually via:
The
foldername
is a folder of images inside/files/
or the directory set by the 'filemanager_path' option in your config file.Alternatively, it can be used via:
The
filelist
is a list of images inside/files/
or the directory set by thefilemanager_path
option in your config file.filelist
can either be an array or a string with each file path delimited by|
.Also available in the dynamic objects menu as "Images: Gallery".