Editorial Workflow skeleton

This commit is contained in:
Cássio Zen
2016-09-06 13:04:17 -03:00
parent b0e62d1ca9
commit f0e608a209
14 changed files with 139 additions and 26 deletions

View File

@ -0,0 +1,3 @@
// Create/edit workflows
export const SIMPLE = 'simple';
export const EDITORIAL_WORKFLOW = 'editorial_workflow';