diff --git a/app/views/content/form/field_types/_name.html.erb b/app/views/content/form/field_types/_name.html.erb index 304f3926..ce54e818 100644 --- a/app/views/content/form/field_types/_name.html.erb +++ b/app/views/content/form/field_types/_name.html.erb @@ -10,7 +10,8 @@ content: page, field: field, value: @entity.present? ? @entity.try(:text) : nil, - show_label: false + show_label: false, + autosave: true } %> <% if @entity.present? %>