November Happy Hour will be moved to Thursday December 5th.
Hi,
We are rendering block content on a page using the preview function in Epi.
this._xhrHandler.xhrGet({ url: this._model.contentData.editablePreviewUrl })
If the preview is disabled on the CMS this returns empty data. How can we get the preview (adding a serverside call?) in a CMS with preview disabled?
Thanks,
Mikkel
Hi,
We are rendering block content on a page using the preview function in Epi.
this._xhrHandler.xhrGet({
url: this._model.contentData.editablePreviewUrl
})
If the preview is disabled on the CMS this returns empty data. How can we get the preview (adding a serverside call?) in a CMS with preview disabled?
Thanks,
Mikkel