docs(home): Wrong default for preventCollision since #28397

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
Gabriel Dugny
2025-04-22 17:49:43 +02:00
parent 18de3a4d9a
commit d710d746c5
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
@@ -95,7 +95,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;
};