<%= simple_form_for [:backend, @model] do |f| %>
<%= f.input :url, as: :string %>
<%= f.input :aspect_ratio, collection: ContentVideo::ASPECT_RATIOS, include_blank: false %>
<%= render 'backend/form_actions', cancel_url: '#lity-close' %> <% end %>