Skip to content

Commit 594852d

Browse files
esjimenezpVesaJuvonen
authored andcommitted
Update hide-web-part-from-toolbox.md (SharePoint#4454)
Is a good practice to indicate to all users where is the file located.
1 parent 410bb86 commit 594852d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/spfx/web-parts/basics/hide-web-part-from-toolbox.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ For scenarios where you automatically instantiate a custom web part on a modern
1414

1515
By default a SharePoint Framework client-side web part will be displayed in the web part toolbox when a user edit a page. To allow hiding the web part from the toolbox, you add set the `hiddenFromToolbox` property to `true` in the web part manifest.
1616

17+
> [!NOTE]
18+
> this is the ___location of the file `<WebPartName>\src\webparts\<WebPartFolderName>\<WebPartName>.manifest.json`
19+
1720
```json
1821
{
1922
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",

0 commit comments

Comments
 (0)