Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Imagelist property?

Vote:
 

Hi,

Are there a imagelist property in EPiServer 7.5 so you could select multiple images in the editor for a property field?

In EPiServer 7 I used a customized plugin EPiImage that had a gallerycollection property.

#79199
Dec 10, 2013 22:12
Vote:
 

Not in this version, but I know it´s in their backlog to add support for collection of properties/local blocks. For now I usually point to a folder that contains all the images using this code:

[Display(Name = "Hente bilder fra", Order = 120)]
 [ClientEditor(
 ClientEditingClass = "epi-cms.widget.FileSelector",
 EditorConfiguration = "{ \"fileBrowserMode\": \"folder\" }"
 )]
 public virtual Url FolderUrl { get; set; }

   Frederik 

#79201
Dec 10, 2013 22:33
Vote:
 

Why not have a local block or block with contentarea and drop your images there? Editor can order the images (or content) in the contentarea and you can have your custom rendering for the 'list'. Also this way you could re-use any images from what ever location in the file browser hierachy without having the images you want to list copied to a certain folder where from the list is created.

#79259
Dec 11, 2013 20:32
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.