1

I need a a way in Crafter studio to preview that page being designed without showing the studio header from it's own URL. Is that possible?

Tom McGee
  • 15
  • 5

2 Answers2

0

Yes, you need to open the page as normal with the Studio header then go to http://localhost:8080/yourPage either in a new tab or the same one.

Cortiz
  • 839
  • 4
  • 7
0

What runs on port 8080 includes Crafter Engine in Preview mode (no caching). So simply point the browser to localhost:8080?crafterSite=YOURSITE where YOURSITE the site ID.

If you don't use crafterSite, it will try to guess the site based on the authoring cookies.

sumerz
  • 1,346
  • 7
  • 4