<%= t('.instructions') %>

<%= t('.warning') %>

<%= f.input :nestable, as: :boolean, disabled: f.object.all_settings_disabled? %>

<%= f.input :brandable, as: :boolean, disabled: f.object.all_settings_disabled? %>

<%= f.input :discoverable, as: :boolean, disabled: f.object.all_settings_disabled? %>

<%= f.input :sharable, as: :boolean, disabled: f.object.all_settings_disabled? %>

<% # Using html instead of simple_form to allow adding of disabled class to elements through javascript settings.es6 %>
/>

When new works are created directly in the collection, grant sharing users and groups permissions for the new work according to their collection roles.

<%= f.input :allow_multiple_membership, as: :boolean, disabled: f.object.all_settings_disabled? %>

<%= f.input :require_membership, as: :boolean, disabled: true %>

<%= f.input :assigns_workflow, as: :boolean, disabled: true %>

<%= f.input :assigns_visibility, as: :boolean, disabled: true %>