Rename user presentable strings from workflow blocks to steps
This commit is contained in:
parent
f9c616e3e8
commit
b3693319f8
|
@ -34,7 +34,7 @@
|
||||||
type: value.type,
|
type: value.type,
|
||||||
description: value.description,
|
description: value.description,
|
||||||
category: idx === 0 ? "Trigger outputs" : `Step ${idx} outputs`,
|
category: idx === 0 ? "Trigger outputs" : `Step ${idx} outputs`,
|
||||||
path: idx === 0 ? `trigger.${name}` : `blocks.${idx}.${name}`,
|
path: idx === 0 ? `trigger.${name}` : `steps.${idx}.${name}`,
|
||||||
}))
|
}))
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue