Add new status to draft System

System Information
  • Strapi Version: 4.0.7

I want to change the list of status in the DRAFT SYSTEM, is the possible ?
I want to have :

  • published
  • waiting
  • spam
  • deleted

1 Like

Could you possibly disable the built-in publishing system and just add another enum field to your content-type? Then you can use lifecycle hooks to make sure it starts off in waiting or some initial value.