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