Mário Nunes
9 Outlook Quick Tips for Productivity
Disable notifications
New email notifications are a big distraction. Disable them!
Archive processed email
Archive emails that you don't need to take further actions. In your inbox,...
A Solution to DataTokens must contain an ‘umbraco-doc-request’ key with a...
Hi,
If you are experiencing "DataTokens must contain an 'umbraco-doc-request' key with a PublishedContentRequest object", you might have configured static routes with RouteTable.Routes.MapRoute(...).
Using the default UmbracoHelper...
Adding an Angular app to your Umbraco Website
What problems does this solve?
This enables you to have an Angular application alongside your Umbraco website, on a specified route.
The Angular App can be...
Force Image Cache Refresh Programmatically
The best solution I found, to force the browser cache to refresh for an image, is to modify the image url in the html.
Example:
I...
Syncing Member Types with uSync
This took me longer to figure out than it should have.
uSync has MemberType synchronization disabled by default.
To enable it simply go to ConfiguSyncBackOffice.Config and...
Working with Umbraco 7.6 New Pickers
With the old pickers, we could do something like this:
page.SetValue("myPicker", content.Id);
With the new pickers, we can't use IDs anymore, we have to use UDIs...