From 88ebf6f287c6ee6251df058e772aeba720331e44 Mon Sep 17 00:00:00 2001 From: catch <6915-catch@users.noreply.drupalcode.org> Date: Fri, 30 Aug 2024 09:39:18 +0900 Subject: [PATCH] Issue #3459496 by scott_euser, catch, smustgrave, quietone: Views content language field default configuration should use field_language plugin (cherry picked from commit fe48edb1f8f83e651de48abd15f8bc5b5137e19c) --- core/modules/node/config/optional/views.view.content.yml | 2 +- core/modules/views/config/schema/views.field.schema.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core/modules/node/config/optional/views.view.content.yml b/core/modules/node/config/optional/views.view.content.yml index 20d6dad58a7..8d73d7fbdbf 100644 --- a/core/modules/node/config/optional/views.view.content.yml +++ b/core/modules/node/config/optional/views.view.content.yml @@ -202,7 +202,7 @@ display: admin_label: '' entity_type: node entity_field: langcode - plugin_id: field + plugin_id: field_language label: 'Language' exclude: false alter: diff --git a/core/modules/views/config/schema/views.field.schema.yml b/core/modules/views/config/schema/views.field.schema.yml index 4a936563b31..4f47cb6141e 100644 --- a/core/modules/views/config/schema/views.field.schema.yml +++ b/core/modules/views/config/schema/views.field.schema.yml @@ -265,3 +265,7 @@ views.field.field: field_api_classes: type: boolean label: 'Use field template' + +views.field.field_language: + type: views.field.field + label: 'Views language field handler'