Enhance useDocumentEvents
hook to return status differentiation for drafts
and published
#4917
PatrikKozak
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context:
When using the
useDocumentEvents
hook it currently returns updates for both drafts and published documents without differentiating between them.Feature Request:
Introduce a feature where the
useDocumentEvents
hook includes a_status
field in its return data - allowing easy differentiation between draft and published updates.Beta Was this translation helpful? Give feedback.
All reactions