Sha256: d329c05c73a3f5a943e571fcca609d6901484e2b15c766b7df3cc941b8900cdb

Contents?: true

Size: 368 Bytes

Versions: 52

Compression:

Stored size: 368 Bytes

Contents

<%= edit_field_wrapper field: @field, index: @index, form: @form, resource: @resource, displayed_in_modal: @displayed_in_modal, full_width: true do %>
  <%= render Avo::Fields::Common::FilesListViewerComponent.new(field: @field, resource: @resource) if @field.value.present? %>

  <%= @form.file_field @field.id, disabled: @field.readonly, multiple: true %>
<% end %>

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
avo-1.13.3 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.13.2 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.13.1 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.13.0 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.12.4 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.12.3 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.12.2 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.12.1 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.12.0 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.11.6 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.11.5 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.11.4 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.11.3 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.11.2 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.11.1 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.10.3 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.11.0 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.10.2 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.10.1 app/components/avo/fields/files_field/edit_component.html.erb
avo-1.10.0 app/components/avo/fields/files_field/edit_component.html.erb