Sha256: 3d63e79b9d709f11ba5e975b9b1e2c7d558054a5df0c16bbf7486b2030ecc657

Contents?: true

Size: 232 Bytes

Versions: 7

Compression:

Stored size: 232 Bytes

Contents

# frozen_string_literal: true

module Formtastic
  module Inputs
    class FroalaEditorInput < Formtastic::Inputs::TextInput
      def input_html_options
        super.merge('data-aa-froala-editor': '1')
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
activeadmin_froala_editor-1.1.0 lib/formtastic/inputs/froala_editor_input.rb
activeadmin_froala_editor-1.0.0 lib/formtastic/inputs/froala_editor_input.rb
activeadmin_froala_editor-0.4.0 lib/formtastic/inputs/froala_editor_input.rb
activeadmin_froala_editor-0.3.0 lib/formtastic/inputs/froala_editor_input.rb
activeadmin_froala_editor-0.2.12 lib/formtastic/inputs/froala_editor_input.rb
activeadmin_froala_editor-0.2.10 lib/formtastic/inputs/froala_editor_input.rb
activeadmin_froala_editor-0.2.8 lib/formtastic/inputs/froala_editor_input.rb