The classic rig allows users to preview templates. The new rig, so far, does not, but it would be a nice thing to have. Unfortunately, there are some technical impediments to this, as a result of our new build processes:
- Builds for HTML, JS, and CSS all assume that they're all in one local folder, but the uninstantiated templates are split across _base and their own folder, so we'll need a good way to tell all build processes to look in multiple locations.
- The Google connection will need to know to load the
templateSheet property instead of sheet from the manifest.
- We need to be able to disable various UI characteristics on preview pages or (more likely) only show the embed page without the preview chrome.
The classic rig allows users to preview templates. The new rig, so far, does not, but it would be a nice thing to have. Unfortunately, there are some technical impediments to this, as a result of our new build processes:
templateSheetproperty instead ofsheetfrom the manifest.