diff --git a/core/modules/node/config/schema/node.views.schema.yml b/core/modules/node/config/schema/node.views.schema.yml index f9596119be..1f5f714ee7 100644 --- a/core/modules/node/config/schema/node.views.schema.yml +++ b/core/modules/node/config/schema/node.views.schema.yml @@ -78,14 +78,6 @@ views.field.node_bulk_form: type: views_field_bulk_form label: 'Node bulk form' -views.field.node_path: - type: views_field - label: 'Node path' - mapping: - absolute: - type: boolean - label: 'Use absolute link (begins with "http://")' - views.field.node_revision_link: type: views_field label: 'Link to a node revision' diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_path_plugin.yml b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_path_plugin.yml index 07e5d7d88b..2e39bf3878 100644 --- a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_path_plugin.yml +++ b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_path_plugin.yml @@ -72,7 +72,7 @@ display: path: id: path table: node - field: path + field: view_node relationship: none group_type: group admin_label: '' @@ -117,9 +117,10 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true + output_url_as_text: true absolute: false entity_type: node - plugin_id: node_path + plugin_id: entity_link filters: status: value: '1'