@schneideress/dashboardframework 0.0.54 → 0.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -659,12 +659,12 @@ var GridsterConfigDefaultSettings = {
659
659
  enabled: true,
660
660
  },
661
661
  swap: true,
662
- pushItems: false,
662
+ pushItems: true,
663
663
  disablePushOnDrag: true,
664
664
  disablePushOnResize: false,
665
665
  pushDirections: { north: true, east: true, south: true, west: true },
666
666
  pushResizeItems: true,
667
- displayGrid: DisplayGrid.OnDragAndResize,
667
+ displayGrid: DisplayGrid.None,
668
668
  disableWindowResize: false,
669
669
  disableWarnings: false,
670
670
  scrollToNewItems: true,