Merge pull request #29689 from GabDug/fixup-28397
docs(home): Update default for preventCollision prop
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user