<%= f.fields_for :value do |ff| %> <%= ff.hidden_field :service, value: 'disk' %> <% end %>
<%= svg_icon('info_circle', class: 'stroke-current flex-shrink-0 w-6 h-6') %>

<%= t('store_all_files_on_disk') %>

<%= t('no_configs_are_needed_but_make_sure_your_disk_is_persistent') %>
(<%= t('not_suitable_for_heroku_and_other_paas') %>)