Merge pull request #29689 from GabDug/fixup-28397

docs(home): Update default for preventCollision prop
This commit is contained in:
Andre Wanlin
2025-05-13 08:47:13 -05:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-home': patch
---
docs: Update default for `preventCollision` prop
@@ -99,7 +99,7 @@ export type CustomHomepageGridProps = {
allowOverlap?: boolean;
/**
* Controls if widgets can collide with each other. If true, grid items won't change position when being dragged over.
* @defaultValue false
* @defaultValue true
*/
preventCollision?: boolean;
};