rikonor/meteor-autoform-image-gallery

Sample for the imageFiles object structure needed

ouya99 opened this issue · 1 comments

Should it be like

imageFiles = [
'abc.png', 'def.png'
];

or a map?

I do not get it displayed correctly

      options:
          _.map(imageFiles, function (state) {
                return {_id: state, url: state};
          })
      }

would work. having a normal imageFiles list (shown above)