docs(home): Wrong default for preventCollision since #28397
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user