How to change the Title in the App Catalog of your SharePoint Framework Web Part (SPFx)

 

app_store_webpart.jpg

In your App Catalog the Title column is not editable for a custom SharePoint Framework (SPFx) web part.

In order to change your custom web parts title, simply edit the package-solution.json.

Located under config > package-solution.json.

package_json

Change this “name” to something more user friendly.

package_json_friendly

Now once the package is bundled and deployed you will see the corresponding name.

This would be a good place to rename your custom apps to match the branding of your site or to provide some way to recognize these apps were created by you.

app_friendly_name

 

 

 

Leave a comment