Sha256: f8c43f4d53be18f6194c9757b5c1c3fb07b56518ea61f022c855b66570e8442e
Contents?: true
Size: 320 Bytes
Versions: 25
Compression:
Stored size: 320 Bytes
Contents
module Tenon module TenonContent module RowTypes class FullWidthText < TenonContent::RowTypes::Base class << self def add_pieces_to(row) row.pieces.build(piece_type: 'Text', position: 0, size: 'twelve') if row.pieces.empty? end end end end end end
Version data entries
25 entries across 25 versions & 1 rubygems