How to build a simple custom Property Pane using Typescript for SPFx

Reading Time: 5 minutes The SharePoint Framework contains a set of standard controls for the property pane. But sometimes you need additional functionality beyond the basic controls. You might need asynchronous updates to the data on a control or a specific user interface. Build a custom control for the property pane to get the …

Solution: You’re missing out! Ask your admin to enable Microsoft Teams for my tenant error

Reading Time: < 1 minute When login to Microsoft Teams, received message/error “You’re missing out! Ask your admin to enable Microsoft Teams for <organization name>” and the url is https://teams.microsoft.com/_#/licenseError?errorCode=AdminTeamsDisabledForTenantForbidden Solution: Go to Office 365 Admin center (https://tenant-admin.sharepoint.com) Users –> Active Users Select user –> Right side a pouup will appear Under “Product Licenses” and click …

How to Deploy your existing SharePoint web part into Teams as a tab

Reading Time: 8 minutes Starting with SharePoint Framework v1.7 plusbeta, you can build your Microsoft Team tabs using SharePoint Framework tooling and use SharePoint as a host for your solutions. Current State of SharePoint Extensibility:- Build modern SP solutions Full-trust JavaScript based framework running in the main app Use modern auth to integrate with Graph …

How to create a modern team site as a sub site in Modern Sites?

Reading Time: < 1 minute In Ignite 2018 Microsoft announced lots of new features, and now is possible to create a modern team site as a sub site in Modern Sites. Microsoft always recommend the use of hub sites instead of sub sites but we all know that with some scenarios sub sites are still required, for …

How to modify the page header background color in Modern Sites?

Reading Time: 2 minutes Microsoft continues to improve the branding options for modern sites, In Ignite 2018 Microsoft announced lots of new features, and now is possible to change the background color of the header on modern pages. How to modify the page header background color? In your modern site click on Settings and …

SharePoint Hub Site Ignite 2018 Updates available now

Reading Time: 2 minutes When SharePoint Hub site introduced it allowed register the site as Hub site using Power Shell only and While creating new site custom site design only allow to create associated site under hub site automatically or after create the site and associate it using site Information. In Ignite 2018 Microsoft announced …

Solution – Add Web Part in Full Width Section in a SharePoint Online Communication Site

Reading Time: 3 minutes Modern SharePoint pages support layouts that allow users to organize the information they present on their pages. Users can choose from a number of different section layouts such as two columns, three columns, or one-third column. Modern pages in communication sites offer an additional section layout named Full-width column. This layout …