Tag Archives: umbraco
My attempts at installing Umbraco via NuGet
I often use Umbraco as a CMS for my web projects, and NuGet for referencing other libraries. This made me wonder whether Umbraco could be deployed via Nuget. The short answer is, it is possible, but it does not work … Continue reading
Posted in Development, Software
Tagged .net, asp.net, nuget, umbraco, visual studio, vs, vs2010
Leave a comment
Umbraco TinyMCE converting absolute to relative url
Well here is how you work around the issue. Open the config/tinyMceConfig.config and add the lines 5 and 6 to your config: <!– this area is for custom config settings that should be added during TinyMCE initialization –> <customConfig> <config … Continue reading