Apply self-updates
This commit is contained in:
parent
dd33e2ddaa
commit
2e99d5036e
6 changed files with 15 additions and 15 deletions
|
@ -117,7 +117,7 @@ display:
|
|||
options:
|
||||
perm: 'access content'
|
||||
cache:
|
||||
type: none
|
||||
type: search_api_none
|
||||
options: { }
|
||||
empty: { }
|
||||
sorts:
|
||||
|
|
|
@ -114,7 +114,7 @@ display:
|
|||
options:
|
||||
perm: 'access content'
|
||||
cache:
|
||||
type: none
|
||||
type: search_api_none
|
||||
options: { }
|
||||
empty: { }
|
||||
sorts:
|
||||
|
|
|
@ -114,7 +114,7 @@ display:
|
|||
options:
|
||||
perm: 'access content'
|
||||
cache:
|
||||
type: none
|
||||
type: search_api_none
|
||||
options: { }
|
||||
empty: { }
|
||||
sorts:
|
||||
|
|
|
@ -206,7 +206,7 @@ display:
|
|||
options:
|
||||
perm: 'access content'
|
||||
cache:
|
||||
type: none
|
||||
type: search_api_none
|
||||
options: { }
|
||||
empty: { }
|
||||
sorts:
|
||||
|
|
|
@ -129,7 +129,7 @@ display:
|
|||
type: none
|
||||
options: { }
|
||||
cache:
|
||||
type: none
|
||||
type: search_api_none
|
||||
options: { }
|
||||
empty: { }
|
||||
sorts:
|
||||
|
|
|
@ -13,31 +13,31 @@ type_settings:
|
|||
states:
|
||||
draft:
|
||||
label: Draft
|
||||
weight: -2
|
||||
published: false
|
||||
default_revision: false
|
||||
weight: -2
|
||||
published:
|
||||
label: Published
|
||||
weight: 0
|
||||
published: true
|
||||
default_revision: true
|
||||
weight: 0
|
||||
trash:
|
||||
published: false
|
||||
default_revision: true
|
||||
label: Trash
|
||||
weight: 1
|
||||
unpublished:
|
||||
published: false
|
||||
default_revision: true
|
||||
unpublished:
|
||||
label: Unpublished
|
||||
weight: 2
|
||||
published: false
|
||||
default_revision: true
|
||||
transitions:
|
||||
create_new_draft:
|
||||
label: Save
|
||||
to: draft
|
||||
weight: -5
|
||||
from:
|
||||
- draft
|
||||
to: draft
|
||||
weight: -5
|
||||
delete:
|
||||
label: Delete
|
||||
from:
|
||||
|
@ -48,11 +48,11 @@ type_settings:
|
|||
weight: 1
|
||||
publish:
|
||||
label: Publish
|
||||
to: published
|
||||
weight: -1
|
||||
from:
|
||||
- draft
|
||||
- unpublished
|
||||
to: published
|
||||
weight: -1
|
||||
restore_draft:
|
||||
label: 'Restore to Draft'
|
||||
from:
|
||||
|
@ -89,5 +89,5 @@ type_settings:
|
|||
- published
|
||||
to: published
|
||||
weight: -3
|
||||
default_moderation_state: draft
|
||||
entity_types: { }
|
||||
default_moderation_state: draft
|
||||
|
|
Loading…
Add table
Reference in a new issue