<%= notice %>

Field Settings

<% @field_settings.each do |field_setting| %> <% end %>
Name Field type Position
<%= field_setting.name %> <%= field_setting.field_type %> <%= field_setting.position %> <%= link_to 'Show', field_setting %> <%= link_to 'Edit', edit_field_setting_path(field_setting) %> <%= link_to 'Destroy', field_setting, method: :delete, data: { confirm: 'This operation will delete this setting and all related component content. Are you ok with that?' } %>

<%= link_to 'New Field Setting', new_field_setting_path %>