Sha256: ff36c48d5cf504b2861338117f7cba85f2ba751fd43ffdbd3cb1196eb97fd786
Contents?: true
Size: 984 Bytes
Versions: 17
Compression:
Stored size: 984 Bytes
Contents
module Tenon module TenonContent module RowTypes LIBRARY_ROW_TYPES = { 'One Column of Text' => 'FullWidthText', 'One Column Image' => 'FullWidthImage', 'Two Columns of Text' => 'TwoColumnText', 'Two Images' => 'TwoColumnImage', 'Three Columns of Text' => 'ThreeColumnText', 'Three Images' => 'ThreeColumnImage', 'Four Columns of Text' => 'FourColumnText', 'Four Images' => 'FourColumnImage', 'Embedded Content' => 'FullWidthEmbeddedContent', 'Wrapped Image with Text' => 'LeftWrappedImageWithText', 'Image and Text (No Wrap)' => 'LeftImageRightText', 'Two Column Image and Text' => 'TwoColumnImageAndText', 'Three Column Image and Text' => 'ThreeColumnImageAndText', 'Four Column Image and Text' => 'FourColumnImageAndText' } end end end
Version data entries
17 entries across 17 versions & 1 rubygems