mirror of
https://github.com/strapi/strapi.git
synced 2025-08-12 18:53:23 +00:00
feat: add workflow name attribute
This commit is contained in:
parent
72f73d3c82
commit
1371d3ade8
@ -20,6 +20,10 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
attributes: {
|
||||
name: {
|
||||
type: 'string',
|
||||
required: true,
|
||||
},
|
||||
stages: {
|
||||
type: 'relation',
|
||||
target: 'admin::workflow-stage',
|
||||
|
Loading…
x
Reference in New Issue
Block a user