diff --git a/core/modules/aggregator/config/schema/aggregator.views.schema.yml b/core/modules/aggregator/config/schema/aggregator.views.schema.yml index 23cc642..547cbf8 100644 --- a/core/modules/aggregator/config/schema/aggregator.views.schema.yml +++ b/core/modules/aggregator/config/schema/aggregator.views.schema.yml @@ -16,10 +16,6 @@ views.field.aggregator_title_link: type: boolean label: 'Display as link' -views.field.aggregator_xss: - type: views.field.xss - label: 'Aggregator XSS' - views.row.aggregator_rss: type: views_row label: 'Aggregator item row' diff --git a/core/modules/aggregator/tests/modules/aggregator_test_views/test_views/views.view.test_aggregator_items.yml b/core/modules/aggregator/tests/modules/aggregator_test_views/test_views/views.view.test_aggregator_items.yml index 8e5673f..d939007 100644 --- a/core/modules/aggregator/tests/modules/aggregator_test_views/test_views/views.view.test_aggregator_items.yml +++ b/core/modules/aggregator/tests/modules/aggregator_test_views/test_views/views.view.test_aggregator_items.yml @@ -85,7 +85,7 @@ display: table: aggregator_item field: author id: author - plugin_id: aggregator_xss + plugin_id: field alter: alter_text: false text: '' @@ -163,7 +163,7 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - plugin_id: aggregator_xss + plugin_id: field entity_type: aggregator_item entity_field: description filters: { }