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:
|
options:
|
||||||
perm: 'access content'
|
perm: 'access content'
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: search_api_none
|
||||||
options: { }
|
options: { }
|
||||||
empty: { }
|
empty: { }
|
||||||
sorts:
|
sorts:
|
||||||
|
|
|
@ -114,7 +114,7 @@ display:
|
||||||
options:
|
options:
|
||||||
perm: 'access content'
|
perm: 'access content'
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: search_api_none
|
||||||
options: { }
|
options: { }
|
||||||
empty: { }
|
empty: { }
|
||||||
sorts:
|
sorts:
|
||||||
|
|
|
@ -114,7 +114,7 @@ display:
|
||||||
options:
|
options:
|
||||||
perm: 'access content'
|
perm: 'access content'
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: search_api_none
|
||||||
options: { }
|
options: { }
|
||||||
empty: { }
|
empty: { }
|
||||||
sorts:
|
sorts:
|
||||||
|
|
|
@ -206,7 +206,7 @@ display:
|
||||||
options:
|
options:
|
||||||
perm: 'access content'
|
perm: 'access content'
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: search_api_none
|
||||||
options: { }
|
options: { }
|
||||||
empty: { }
|
empty: { }
|
||||||
sorts:
|
sorts:
|
||||||
|
|
|
@ -129,7 +129,7 @@ display:
|
||||||
type: none
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: search_api_none
|
||||||
options: { }
|
options: { }
|
||||||
empty: { }
|
empty: { }
|
||||||
sorts:
|
sorts:
|
||||||
|
|
|
@ -13,31 +13,31 @@ type_settings:
|
||||||
states:
|
states:
|
||||||
draft:
|
draft:
|
||||||
label: Draft
|
label: Draft
|
||||||
|
weight: -2
|
||||||
published: false
|
published: false
|
||||||
default_revision: false
|
default_revision: false
|
||||||
weight: -2
|
|
||||||
published:
|
published:
|
||||||
label: Published
|
label: Published
|
||||||
|
weight: 0
|
||||||
published: true
|
published: true
|
||||||
default_revision: true
|
default_revision: true
|
||||||
weight: 0
|
|
||||||
trash:
|
trash:
|
||||||
published: false
|
|
||||||
default_revision: true
|
|
||||||
label: Trash
|
label: Trash
|
||||||
weight: 1
|
weight: 1
|
||||||
unpublished:
|
|
||||||
published: false
|
published: false
|
||||||
default_revision: true
|
default_revision: true
|
||||||
|
unpublished:
|
||||||
label: Unpublished
|
label: Unpublished
|
||||||
weight: 2
|
weight: 2
|
||||||
|
published: false
|
||||||
|
default_revision: true
|
||||||
transitions:
|
transitions:
|
||||||
create_new_draft:
|
create_new_draft:
|
||||||
label: Save
|
label: Save
|
||||||
to: draft
|
|
||||||
weight: -5
|
|
||||||
from:
|
from:
|
||||||
- draft
|
- draft
|
||||||
|
to: draft
|
||||||
|
weight: -5
|
||||||
delete:
|
delete:
|
||||||
label: Delete
|
label: Delete
|
||||||
from:
|
from:
|
||||||
|
@ -48,11 +48,11 @@ type_settings:
|
||||||
weight: 1
|
weight: 1
|
||||||
publish:
|
publish:
|
||||||
label: Publish
|
label: Publish
|
||||||
to: published
|
|
||||||
weight: -1
|
|
||||||
from:
|
from:
|
||||||
- draft
|
- draft
|
||||||
- unpublished
|
- unpublished
|
||||||
|
to: published
|
||||||
|
weight: -1
|
||||||
restore_draft:
|
restore_draft:
|
||||||
label: 'Restore to Draft'
|
label: 'Restore to Draft'
|
||||||
from:
|
from:
|
||||||
|
@ -89,5 +89,5 @@ type_settings:
|
||||||
- published
|
- published
|
||||||
to: published
|
to: published
|
||||||
weight: -3
|
weight: -3
|
||||||
default_moderation_state: draft
|
|
||||||
entity_types: { }
|
entity_types: { }
|
||||||
|
default_moderation_state: draft
|
||||||
|
|
Loading…
Add table
Reference in a new issue