Skip to content

Commit 0ee61a1

Browse files
andrewconnellVesaJuvonen
authored andcommitted
Add note on web part manifest file (SharePoint#3134)
1 parent e0560de commit 0ee61a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/basics/use-web-parts-full-width-column.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When working with the full-width column layout, however, things become a bit mor
1717

1818
## Enable support for the full-width column
1919

20-
By default, SharePoint Framework client-side web parts cannot be placed in full-width column layouts. To allow users to add your web part to full-width columns, in the web part manifest set the `supportsFullBleed` property to `true`.
20+
By default, SharePoint Framework client-side web parts cannot be placed in full-width column layouts. To allow users to add your web part to full-width columns, in the web part manifest (*the `*.manifest.json` file adjacent to the web part `*.ts` file*) set the `supportsFullBleed` property to `true`.
2121

2222
```json
2323
{

0 commit comments

Comments
 (0)