Skip to content
Snippets Groups Projects
Verified Commit 2f13ee1f authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3037906 by vadim.hirbu: Add translation contexts to workflow schema

(cherry picked from commit 2358d611)
parent 2739c16c
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ workflows.state:
label:
type: label
label: 'Label'
translation context: 'Workflow state label'
weight:
type: integer
label: 'Weight'
......@@ -30,6 +31,7 @@ workflows.transition:
label:
type: label
label: 'Transition label'
translation context: 'Workflow transition label'
from:
type: sequence
label: 'From state IDs'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment