Feature Request - Content Moderation

Would be nice to have the ability so set a piece of content to draft, published or archived without having to set up a field type to do the same job. Which then could be filtered on the api.

1 Like

That sounds interesting, mostly if we could have the following scenario:

  1. User creates a new entry with published state
  2. The entry is included when collections are fetched
  3. User creates a new revision in draft state
  4. The previously published revision of the entry is returned when collections are fetched
  5. User creates a new revision in unpublished state
  6. The entry is filtered out when collections are fetched