diff --git a/core/modules/node/config/install/views.view.content.yml b/core/modules/node/config/install/views.view.content.yml index 2a44101..3220cb5 100644 --- a/core/modules/node/config/install/views.view.content.yml +++ b/core/modules/node/config/install/views.view.content.yml @@ -325,11 +325,11 @@ display: 1: title: Published operator: '=' - value: '1' + value: true 2: title: Unpublished operator: '=' - value: '0' + value: false plugin_id: boolean entity_type: node entity_field: status diff --git a/core/modules/user/config/install/views.view.user_admin_people.yml b/core/modules/user/config/install/views.view.user_admin_people.yml index ff62509..a19e484 100644 --- a/core/modules/user/config/install/views.view.user_admin_people.yml +++ b/core/modules/user/config/install/views.view.user_admin_people.yml @@ -781,11 +781,11 @@ display: 1: title: Active operator: '=' - value: '1' + value: true 2: title: Blocked operator: '=' - value: '0' + value: false plugin_id: boolean entity_type: user entity_field: status diff --git a/core/modules/views/config/schema/views.filter.schema.yml b/core/modules/views/config/schema/views.filter.schema.yml index 6523e71..8910310 100644 --- a/core/modules/views/config/schema/views.filter.schema.yml +++ b/core/modules/views/config/schema/views.filter.schema.yml @@ -75,9 +75,6 @@ views.filter.string: required: type: boolean label: 'Required' - value: - type: string - label: 'Value' views.filter_value.numeric: type: mapping @@ -126,6 +123,9 @@ views.filter_value.boolean: views.filter_value.combine: type: string +views.filter_value.string: + type: string + views.filter.language: type: views.filter.in_operator label: 'Language'