Missing content editor web part in SharePoint 2010
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]
Get-SPSite
Comments