]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/wysiwyg-input.js
Add LDAP_TLS_CACERTFILE to example env file
[bookstack] / resources / js / components / wysiwyg-input.js
index 88c06a334c6d8178a10290b0b9ee0c428f0082f3..ad964aed2c4656fbca7bd4e6bee57c0e344e127c 100644 (file)
@@ -10,11 +10,8 @@ export class WysiwygInput extends Component {
             language: this.$opts.language,
             containerElement: this.elem,
             darkMode: document.documentElement.classList.contains('dark-mode'),
-            textDirection: this.textDirection,
-            translations: {
-                imageUploadErrorText: this.$opts.imageUploadErrorText,
-                serverUploadLimitText: this.$opts.serverUploadLimitText,
-            },
+            textDirection: this.$opts.textDirection,
+            translations: {},
             translationMap: window.editor_translations,
         });