diff --git a/core/modules/views/config/schema/views.data_types.schema.yml b/core/modules/views/config/schema/views.data_types.schema.yml index 246eb9a..3cef265 100644 --- a/core/modules/views/config/schema/views.data_types.schema.yml +++ b/core/modules/views/config/schema/views.data_types.schema.yml @@ -268,9 +268,6 @@ views_display: field_langcode_add_to_query: type: string label: 'Add the field language to the query' - provider: - type: string - label: 'Display provider module' views_sort: type: views_handler diff --git a/core/modules/views/config/schema/views.schema.yml b/core/modules/views/config/schema/views.schema.yml index 8b837c2..c110e44 100644 --- a/core/modules/views/config/schema/views.schema.yml +++ b/core/modules/views/config/schema/views.schema.yml @@ -115,5 +115,8 @@ views.view.*: position: type: integer label: 'Position' + provider: + type: string + label: 'Display provider module' display_options: type: views.display.[%parent.display_plugin]