Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / quickedit / js / views / EditorView.js
index f69238c2a34d41beacc689f90f87c1e21e3a504d..eb9800b6d31b59d9a25bf4234a74ca7de909c879 100644 (file)
       return this.$el;
     },
     getQuickEditUISettings: function getQuickEditUISettings() {
-      return { padding: false, unifiedToolbar: false, fullWidthToolbar: false, popup: false };
+      return {
+        padding: false,
+        unifiedToolbar: false,
+        fullWidthToolbar: false,
+        popup: false
+      };
     },
     stateChange: function stateChange(fieldModel, state) {
       var from = fieldModel.previous('state');