Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
Export files "hide" bit when exporting items
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo authored and jcoyne committed Jul 14, 2021
1 parent 19e58fb commit c89d5a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/export-items
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ def files(item)
map do |object_file|
{
path: File.realdirpath(object_file.current_path),
label: object_file.label
label: object_file.label,
hide: object_file.hide
}
end
end
Expand Down

0 comments on commit c89d5a6

Please sign in to comment.