You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/inputs/file_picker_input.rb
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@
4
4
# @param [Hash] options
5
5
# @option options [String] :label (method) If no label is specified, the human readable name for method will be used.
6
6
# @option options [String] :hint (blank) Helpful tips for the person entering the field, appears blank if nothing is specified.
7
-
# @option options [Boolean] :edit_path (false) If true, render a text field to allow users to edit path for this file.
8
7
# @option options [Boolean] :edit_section (false) If true, render a select box which allows users to choose which section this attachment should be placed in.
0 commit comments