enable autosave on name fields

This commit is contained in:
Andrew Brown 2021-03-22 18:30:23 -07:00
parent 59a98f39e9
commit e79dd712a0

View File

@ -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? %>