Sha256: 4600a70c3015b63c5d252eead96e11d927ba34b46b0397659556979810bdf2cd

Contents?: true

Size: 251 Bytes

Versions: 5

Compression:

Stored size: 251 Bytes

Contents

# frozen_string_literal: true

module Katalyst
  module Content
    module Editor
      class RowComponent < BaseComponent
        def default_html_attributes
          { data: { controller: ITEM_CONTROLLER } }
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
katalyst-content-2.1.2 app/components/katalyst/content/editor/row_component.rb
katalyst-content-2.1.1 app/components/katalyst/content/editor/row_component.rb
katalyst-content-2.1.0 app/components/katalyst/content/editor/row_component.rb
katalyst-content-2.0.1 app/components/katalyst/content/editor/row_component.rb
katalyst-content-2.0.0 app/components/katalyst/content/editor/row_component.rb