From ab610410786f4a42793fd8589340bf4b2213281d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 6 Jun 2024 01:06:55 -0400 Subject: [PATCH] Apply self-updates --- config/sync/views.view.article.yml | 2 +- config/sync/views.view.blog.yml | 2 +- config/sync/views.view.collection.yml | 2 +- config/sync/views.view.people.yml | 2 +- config/sync/views.view.search.yml | 2 +- ...flow.workflow_buttons_trash_publishing.yml | 20 +++++++++---------- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/config/sync/views.view.article.yml b/config/sync/views.view.article.yml index 6fdb7f4..d02e3ff 100644 --- a/config/sync/views.view.article.yml +++ b/config/sync/views.view.article.yml @@ -117,7 +117,7 @@ display: options: perm: 'access content' cache: - type: none + type: search_api_none options: { } empty: { } sorts: diff --git a/config/sync/views.view.blog.yml b/config/sync/views.view.blog.yml index 0b8fedd..99b2292 100644 --- a/config/sync/views.view.blog.yml +++ b/config/sync/views.view.blog.yml @@ -114,7 +114,7 @@ display: options: perm: 'access content' cache: - type: none + type: search_api_none options: { } empty: { } sorts: diff --git a/config/sync/views.view.collection.yml b/config/sync/views.view.collection.yml index 9a9731d..c625d2c 100644 --- a/config/sync/views.view.collection.yml +++ b/config/sync/views.view.collection.yml @@ -114,7 +114,7 @@ display: options: perm: 'access content' cache: - type: none + type: search_api_none options: { } empty: { } sorts: diff --git a/config/sync/views.view.people.yml b/config/sync/views.view.people.yml index 20a69b5..2e71249 100644 --- a/config/sync/views.view.people.yml +++ b/config/sync/views.view.people.yml @@ -206,7 +206,7 @@ display: options: perm: 'access content' cache: - type: none + type: search_api_none options: { } empty: { } sorts: diff --git a/config/sync/views.view.search.yml b/config/sync/views.view.search.yml index f8dca4c..4dd007b 100644 --- a/config/sync/views.view.search.yml +++ b/config/sync/views.view.search.yml @@ -129,7 +129,7 @@ display: type: none options: { } cache: - type: none + type: search_api_none options: { } empty: { } sorts: diff --git a/config/sync/workflows.workflow.workflow_buttons_trash_publishing.yml b/config/sync/workflows.workflow.workflow_buttons_trash_publishing.yml index ca6edaf..835f900 100644 --- a/config/sync/workflows.workflow.workflow_buttons_trash_publishing.yml +++ b/config/sync/workflows.workflow.workflow_buttons_trash_publishing.yml @@ -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