Sha256: 71dfc05195d0fb25d2404678e73fee720990208fa8c793c7327fbf4e472bf3c2
Contents?: true
Size: 615 Bytes
Versions: 4
Compression:
Stored size: 615 Bytes
Contents
require "formalist/element" require "formalist/elements" module Formalist class Elements class MultiUploadField < Field attribute :initial_attributes_url attribute :sortable attribute :max_file_size_message attribute :max_file_size attribute :max_height attribute :permitted_file_type_message attribute :permitted_file_type_regex attribute :presign_options attribute :presign_url attribute :render_uploaded_as attribute :upload_action_label attribute :upload_prompt end register :multi_upload_field, MultiUploadField end end
Version data entries
4 entries across 4 versions & 1 rubygems