Missing content editor web part in SharePoint 2010


Quite often I see SharePoint 2010 websites without the Content Editor webpart (MSContentEditor.dwp)

To enable this web part you need to activate the BasicWebParts feature on that site. I did not find an option to do this by the web site admin; you can enable the feature however by using SharePoint powershell.

Execute the following statement in the SharePoint Powershell and the Content editor web part will be added to your site

Enable-SPFeature 00bfea71-1c5e-4a24-b310-ba51c3eb7a57 -Url [SharepointSiteUrl]

 To get the SharePoint site url just run

Get-SPSite

Comments

Popular posts from this blog

System.Net.Http dll version problems

SharePoint Survey Back Button

How to set up AD FS for a development machine