added correct workflow config files

This commit is contained in:
Bachir Soussi Chiadmi 2018-10-31 20:28:36 +01:00
parent 62e74f75f1
commit 76826c4a42
14 changed files with 202 additions and 1 deletions

View File

@ -10,7 +10,16 @@ entity_type: node
type: workflow
settings:
workflow_type: default
allowed_values: { }
allowed_values:
-
value: default_creation
label: Creation
-
value: default_visible
label: Visible
-
value: default_hidden
label: Hidden
allowed_values_function: ''
module: workflow
locked: false

View File

@ -0,0 +1 @@
workflow_states_per_page: 20

View File

@ -0,0 +1,11 @@
langcode: en
status: true
dependencies:
config:
- workflow.workflow.default
id: default_creation
label: Creation
module: workflow
wid: default
weight: -11
sysid: 1

View File

@ -0,0 +1,11 @@
langcode: en
status: true
dependencies:
config:
- workflow.workflow.default
id: default_hidden
label: Hidden
module: workflow
wid: default
weight: -7
sysid: 0

View File

@ -0,0 +1,11 @@
langcode: en
status: true
dependencies:
config:
- workflow.workflow.default
id: default_visible
label: Visible
module: workflow
wid: default
weight: -8
sysid: 0

View File

@ -0,0 +1,18 @@
langcode: en
status: true
dependencies:
config:
- workflow.state.default_creation
- workflow.state.default_hidden
id: default_creation_hidden
label: null
module: workflow
from_sid: default_creation
to_sid: default_hidden
roles:
workflow_author: workflow_author
admin: admin
root: root
anonymous: '0'
authenticated: '0'
user: '0'

View File

@ -0,0 +1,18 @@
langcode: en
status: true
dependencies:
config:
- workflow.state.default_creation
- workflow.state.default_visible
id: default_creation_visible
label: null
module: workflow
from_sid: default_creation
to_sid: default_visible
roles:
workflow_author: workflow_author
admin: admin
root: root
anonymous: '0'
authenticated: '0'
user: '0'

View File

@ -0,0 +1,11 @@
langcode: en
status: true
dependencies:
config:
- workflow.state.default_hidden
id: default_hidden_hidden
label: null
module: workflow
from_sid: default_hidden
to_sid: default_hidden
roles: { }

View File

@ -0,0 +1,18 @@
langcode: en
status: true
dependencies:
config:
- workflow.state.default_hidden
- workflow.state.default_visible
id: default_hidden_visible
label: null
module: workflow
from_sid: default_hidden
to_sid: default_visible
roles:
workflow_author: workflow_author
admin: admin
root: root
anonymous: '0'
authenticated: '0'
user: '0'

View File

@ -0,0 +1,18 @@
langcode: en
status: true
dependencies:
config:
- workflow.state.default_hidden
- workflow.state.default_visible
id: default_visible_hidden
label: null
module: workflow
from_sid: default_visible
to_sid: default_hidden
roles:
workflow_author: workflow_author
admin: admin
root: root
anonymous: '0'
authenticated: '0'
user: '0'

View File

@ -0,0 +1,11 @@
langcode: en
status: true
dependencies:
config:
- workflow.state.default_visible
id: default_visible_visible
label: null
module: workflow
from_sid: default_visible
to_sid: default_visible
roles: { }

View File

@ -0,0 +1,13 @@
langcode: en
status: true
dependencies: { }
id: default
label: Default
module: workflow
options:
name_as_title: 0
fieldset: 0
options: radios
schedule_timezone: 1
comment_log_node: 1
watchdog_log: 0

View File

@ -0,0 +1,50 @@
default_visible:
anonymous:
grant_view: true
grant_update: 0
grant_delete: 0
authenticated:
grant_view: true
grant_update: 0
grant_delete: 0
workflow_author:
grant_view: 0
grant_update: true
grant_delete: 0
admin:
grant_view: 0
grant_update: true
grant_delete: 0
root:
grant_view: 0
grant_update: true
grant_delete: true
user:
grant_view: 0
grant_update: 0
grant_delete: 0
default_hidden:
anonymous:
grant_view: 0
grant_update: 0
grant_delete: 0
authenticated:
grant_view: 0
grant_update: 0
grant_delete: 0
workflow_author:
grant_view: true
grant_update: true
grant_delete: 0
admin:
grant_view: true
grant_update: true
grant_delete: 0
root:
grant_view: true
grant_update: true
grant_delete: true
user:
grant_view: 0
grant_update: 0
grant_delete: 0

View File

@ -0,0 +1 @@
workflow_access_priority: 0