I am currently developing a site where Umbraco provides content to an entirely seperate MVC application, that treats Umbraco as a webservice, with Umbraco returning content as JSON objects. This is all working very nicely, but the problem is with the 'preview' option - if you click it, you just see a big load of JSON, which isn't great!
Making 'preview' open using a different url?
Hi,
I am currently developing a site where Umbraco provides content to an entirely seperate MVC application, that treats Umbraco as a webservice, with Umbraco returning content as JSON objects. This is all working very nicely, but the problem is with the 'preview' option - if you click it, you just see a big load of JSON, which isn't great!
I need to change the preview url from...
http://myumbracosite.com/en-gb/pages/awesome.aspx
...to...
http://myfunctionalsite.com/blahblah/awesome
Is this possible? Alternatively is it possible to add a read-only, auto-generated property (such as 'Link to document') to the document type instead?
Thanks
Oli
is working on a reply...