Sha256: 6fcd83358857c8adaf293c21a6cfb35e2598a7e02625ea2afa343639774b77e4

Contents?: true

Size: 424 Bytes

Versions: 58

Compression:

Stored size: 424 Bytes

Contents

module Tenon
  module TenonContent
    module RowTypes
      class LeftWrappedImageWithText < TenonContent::RowTypes::Base
        class << self
          def add_pieces_to(row)
            if row.pieces.empty?
              row.pieces.build(piece_type: 'Image', position: 0, size: 'four')
              row.pieces.build(piece_type: 'Text', position: 1)
            end
          end
        end
      end
    end
  end
end

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
tenon-1.0.59 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.57 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.56 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.55 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.54 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.53 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.52 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.51 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.50 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.49 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.48 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.47 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.46 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.45 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.44 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.43 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.42 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.41 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.40 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb
tenon-1.0.39 app/models/tenon/tenon_content/row_types/left_wrapped_image_with_text.rb