static-cms/src/constants/publishModes.js

4 lines
113 B
JavaScript
Raw Normal View History

// Create/edit workflows
2016-08-29 19:32:56 -03:00
export const SIMPLE = 'simple';
2016-09-06 13:04:17 -03:00
export const EDITORIAL_WORKFLOW = 'editorial_workflow';