Sha256: ff99f3be55e4420b7b3afa7bb9f57a4d06b0455183a8fb1b1f30f7c4659daaa2

Contents?: true

Size: 476 Bytes

Versions: 4

Compression:

Stored size: 476 Bytes

Contents

//= require 'spotlight/blocks/multi_up_item_grid.js'
SirTrevor.Blocks.ItemCarousel =  (function(){

  return SirTrevor.Blocks.MultiUpItemGrid.extend({

    type: "item-carousel",

    title: function() { return "Carousel"; },

    icon_name: "item-carousel",

    description: "This widget displays one to five thumbnail images of repository items in a carousel. You can configure the captions that appear below each carousel image and how the images are cycled."
  });
})();;

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-spotlight-0.3.1 app/assets/javascripts/spotlight/blocks/item_carousel_block.js
blacklight-spotlight-0.3.0 app/assets/javascripts/spotlight/blocks/item_carousel_block.js
blacklight-spotlight-0.2.0 app/assets/javascripts/spotlight/blocks/item_carousel_block.js
blacklight-spotlight-0.1.0 app/assets/javascripts/spotlight/blocks/item_carousel_block.js