You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@edwardjrp
Basically how the content presentation happens when you publish the same content compiled with different content id base ID, thats what the revisions for staging do, but the way it shows those multiple revs is kind of a trick that presenter does to identify the content, which it works but you have to enable something called STAGING_MODE in presenter, i found out about that going through the code, that particular variable and behavior is mentioned in the staging env explanation but nothing said about presenter needing that mode to be on.
@edwardjrp
Basically how the content presentation happens when you publish the same content compiled with different content id base ID, thats what the revisions for staging do, but the way it shows those multiple revs is kind of a trick that presenter does to identify the content, which it works but you have to enable something called STAGING_MODE in presenter, i found out about that going through the code, that particular variable and behavior is mentioned in the staging env explanation but nothing said about presenter needing that mode to be on.
https://github.com/deconst/presenter/blob/master/src/config.js#L89
https://github.com/deconst/deconst-docs/blob/master/developing/staging.rst#submitting-content-to-the-staging-environment
The text was updated successfully, but these errors were encountered: