Automatic Installation of a SPFx Web Part to a Classic Site in SharePoint On-Prem

In this article, I would like to share with you a complete solution to install a SPFx Web Part to a Classic Site inside a SharePoint On-Prem WSP solution package in 4 steps:

  • Turn on the SPFx Assets & Package files in WSP.
Read the rest

WebPart Custom Settings

A WebPart is a component we can add to a SharePoint Site to perform a specific task and can be used multiple times. Each WebPart has settings that can be divided into three categories – Appearance, Layout and Advanced. Sometimes, these settings are enough, but we usually need to add our own categories of settings, that are specific to the WebPart we are developing. Read the rest