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