Sha256: 3fd90c390b2b7ea0acd63f7dc19201a9e20cf492a54e7115a9e67d307bfb915d

Contents?: true

Size: 507 Bytes

Versions: 10

Compression:

Stored size: 507 Bytes

Contents

module Tenon
  module TenonContent
    module RowTypes
      class TwoColumnWithBackgroundImage < TenonContent::RowTypes::Base
        class << self
          def add_pieces_to(row)
            if row.pieces.empty?
              row.pieces.build(piece_type: 'Image', position: 0, size: 12)

              row.pieces.build(piece_type: 'Text', position: 1, size: 6)
              row.pieces.build(piece_type: 'Text', position: 2, size: 6)
            end
          end
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tenon-2.1.0 app/models/tenon/tenon_content/row_types/two_column_with_background_image.rb
tenon-2.0.8 app/models/tenon/tenon_content/row_types/two_column_with_background_image.rb
tenon-2.0.7 app/models/tenon/tenon_content/row_types/two_column_with_background_image.rb
tenon-2.0.6 app/models/tenon/tenon_content/row_types/two_column_with_background_image.rb
tenon-2.0.5 app/models/tenon/tenon_content/row_types/two_column_with_background_image.rb
tenon-2.0.4 app/models/tenon/tenon_content/row_types/two_column_with_background_image.rb
tenon-2.0.3 app/models/tenon/tenon_content/row_types/two_column_with_background_image.rb
tenon-2.0.2 app/models/tenon/tenon_content/row_types/two_column_with_background_image.rb
tenon-2.0.1 app/models/tenon/tenon_content/row_types/two_column_with_background_image.rb
tenon-2.0.0 app/models/tenon/tenon_content/row_types/two_column_with_background_image.rb