% # formstrap/media/item # # ==== Required parameters # * +form+ - Form object # * +url+ - URL for the media modal # # ==== Optional parameters # * +sort+ - Allow sorting by dragging items. `active_storage_attachments` must have a position column. # * +width+ - Width of the thumbnail # * +height+ - Height of the thumbnail # media_item = Formstrap::MediaItemView.new(local_assigns) %>