diff --git a/src/public/app/widgets/type_widgets/content_widget.js b/src/public/app/widgets/type_widgets/content_widget.js
index 29a06cf55..2143eb2ef 100644
--- a/src/public/app/widgets/type_widgets/content_widget.js
+++ b/src/public/app/widgets/type_widgets/content_widget.js
@@ -12,6 +12,21 @@ import VimKeyBindingsOptions from "./options/code_notes/vim_key_bindings.js";
import WrapLinesOptions from "./options/code_notes/wrap_lines.js";
import CodeAutoReadOnlySizeOptions from "./options/code_notes/code_auto_read_only_size.js";
import CodeMimeTypesOptions from "./options/code_notes/code_mime_types.js";
+import ImageOptions from "./options/images.js";
+import SpellcheckOptions from "./options/spellcheck.js";
+import PasswordOptions from "./options/password.js";
+import EtapiOptions from "./options/etapi.js";
+import BackupOptions from "./options/backup.js";
+import SyncOptions from "./options/sync.js";
+import TrayOptions from "./options/other/tray.js";
+import NoteErasureTimeoutOptions from "./options/other/note_erasure_timeout.js";
+import NoteRevisionsSnapshotIntervalOptions from "./options/other/note_revisions_snapshot_interval.js";
+import NetworkConnectionsOptions from "./options/other/network_connections.js";
+import AdvancedSyncOptions from "./options/advanced/sync.js";
+import DatabaseIntegrityCheckOptions from "./options/advanced/database_integrity_check.js";
+import ConsistencyChecksOptions from "./options/advanced/consistency_checks.js";
+import VacuumDatabaseOptions from "./options/advanced/vacuum_database.js";
+import DatabaseAnonymizationOptions from "./options/advanced/database_anonymization.js";
const TPL = `
Deleted notes (and attributes, revisions...) are at first only marked as deleted and it is possible to recover them
- from Recent Notes dialog. After a period of time, deleted notes are "erased" which means
- their content is not recoverable anymore. This setting allows you to configure the length
- of the period between deleting and erasing the note.
-
-
-
-
-
-
-
You can also trigger erasing manually:
-
-
-
-
-
-
Note revisions snapshot interval
-
-
Note revision snapshot time interval is time in seconds after which a new note revision will be created for the note. See wiki for more info.
Deleted notes (and attributes, revisions...) are at first only marked as deleted and it is possible to recover them
+ from Recent Notes dialog. After a period of time, deleted notes are "erased" which means
+ their content is not recoverable anymore. This setting allows you to configure the length
+ of the period between deleting and erasing the note.