Sha256: 5b9ebb29275a37665d70df58348b9c1302f2d8d367848c32896f7a0032a52dce

Contents?: true

Size: 787 Bytes

Versions: 13

Compression:

Stored size: 787 Bytes

Contents

- title t('.title', type: @content_type.name.capitalize, name: @custom_field.label)

- content_for :actions do
  - if current_site.localized?
    = locale_picker_link

= locomotive_form_for @custom_field, method: :put, url: custom_fields_select_options_path(current_site, @content_type.slug, @custom_field.name) do |f|

  = f.inputs do
    = f.input :select_options,
      as:             :array,
      collection:     @custom_field.ordered_select_options,
      label:          @custom_field.label,
      placeholder:    true,
      template:       :option,
      template_url:   new_option_custom_fields_select_options_path(current_site, @content_type.slug, @custom_field.name)

  = f.actions back_url: content_entries_path(current_site, @content_type.slug), use_stored_location: true

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
locomotivecms-4.2.0.alpha2 app/views/locomotive/custom_fields/select_options/edit.html.slim
locomotivecms-4.2.0.alpha1 app/views/locomotive/custom_fields/select_options/edit.html.slim
locomotivecms-4.1.1 app/views/locomotive/custom_fields/select_options/edit.html.slim
locomotivecms-4.1.0 app/views/locomotive/custom_fields/select_options/edit.html.slim
locomotivecms-4.1.0.rc1 app/views/locomotive/custom_fields/select_options/edit.html.slim
locomotivecms-4.0.3 app/views/locomotive/custom_fields/select_options/edit.html.slim
locomotivecms-4.0.2 app/views/locomotive/custom_fields/select_options/edit.html.slim
locomotivecms-4.0.1 app/views/locomotive/custom_fields/select_options/edit.html.slim
locomotivecms-4.0.0 app/views/locomotive/custom_fields/select_options/edit.html.slim
locomotivecms-4.0.0.rc0 app/views/locomotive/custom_fields/select_options/edit.html.slim
locomotivecms-4.0.0.alpha3 app/views/locomotive/custom_fields/select_options/edit.html.slim
locomotivecms-4.0.0.alpha2 app/views/locomotive/custom_fields/select_options/edit.html.slim
locomotivecms-4.0.0.alpha1 app/views/locomotive/custom_fields/select_options/edit.html.slim