Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / quickedit / js / editors / plainTextEditor.js
index dde834b86900d79e45116802db79e694eaf11b1a..0843bb82ba3aa98fa09892839a16fbb7eb8ec1fa 100644 (file)
       }
     },
     getQuickEditUISettings: function getQuickEditUISettings() {
-      return { padding: true, unifiedToolbar: false, fullWidthToolbar: false, popup: false };
+      return {
+        padding: true,
+        unifiedToolbar: false,
+        fullWidthToolbar: false,
+        popup: false
+      };
     },
     revert: function revert() {
       this.$textElement.html(this.model.get('originalValue'));