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
I want to change the list of status in the DRAFT SYSTEM, is the possible ?
I want to have :
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.