Skip to content

Commit

Permalink
feat: enable default autosave in editors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannik Stehle committed Jun 24, 2024
1 parent 0d76eaf commit 6e38b72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Enable default autosave in editors

Autosaving every 2 minutes in any editor is now the default behaviour.

https://github.com/owncloud/web/pull/11093
https://github.com/owncloud/web/issues/11090
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const defaultOptions = {
displayResourcesLazy: true,
displayThumbnails: true,
editor: {
autosaveEnabled: false,
autosaveEnabled: true,
autosaveInterval: 120
},
embed: {
Expand Down

0 comments on commit 6e38b72

Please sign in to comment.