feat: add workflow name attribute

This commit is contained in:
Marc-Roig 2023-05-11 13:49:09 +02:00
parent 72f73d3c82
commit 1371d3ade8
No known key found for this signature in database
GPG Key ID: FB4E2C43A0BEE249

View File

@ -20,6 +20,10 @@ module.exports = {
},
},
attributes: {
name: {
type: 'string',
required: true,
},
stages: {
type: 'relation',
target: 'admin::workflow-stage',