Sha256: fcfae6c224df7d2d35913b7f0a0ba5c8ccc68e883f8810fc0056ebc74c4cb63d

Contents?: true

Size: 246 Bytes

Versions: 45

Compression:

Stored size: 246 Bytes

Contents

module Effective
  module Templates
    class ImageAndTitle < Template
      def title
        'Image and Title'
      end

      def description
        'One main image with a title and text that surround the image.'
      end
    end
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
effective_regions-1.4.6 app/models/effective/templates/image_and_title.rb
effective_regions-1.4.5 app/models/effective/templates/image_and_title.rb
effective_regions-1.4.3 app/models/effective/templates/image_and_title.rb
effective_regions-1.4.2 app/models/effective/templates/image_and_title.rb
effective_regions-1.4.1 app/models/effective/templates/image_and_title.rb