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 edb6f76..b392e77 100644 --- a/core/modules/views/config/schema/views.data_types.schema.yml +++ b/core/modules/views/config/schema/views.data_types.schema.yml @@ -97,21 +97,84 @@ views_display: type: mapping label: 'Defaults' mapping: + access: + type: boolean + label: 'Access restrictions' + cache: + type: boolean + label: 'Caching' + query: + type: boolean + label: 'Query options' + title: + type: boolean + label: 'Title' + css_class: + type: boolean + label: 'CSS class' + display_description: + type: boolean + label: 'Administrative description' + use_ajax: + type: boolean + label: 'Use AJAX' + hide_attachment_summary: + type: boolean + label: 'Hide attachments when displaying a contextual filter summary' + show_admin_links: + type: boolean + label: 'Show contextual links' + pager: + type: boolean + label: 'Use pager' + use_more: + type: boolean + label: 'Create more link' + use_more_always: + type: boolean + label: 'Display ''more'' link only if there is more content' + use_more_text: + type: boolean + label: 'The text to display for the more link.' + exposed_form: + type: boolean + label: 'Exposed form style' + link_display: + type: boolean + label: 'Link display' + link_url: + type: boolean + label: 'Link URL' + group_by: + type: boolean + label: 'Aggregate' style: type: boolean label: 'Style' row: type: boolean label: 'Row' - pager: + relationships: type: boolean - label: 'Pager' + label: 'Relationships' + fields: + type: boolean + label: 'Fields' + sorts: + type: boolean + label: 'Sorts' + arguments: + type: boolean + label: 'Arguments' + filters: + type: boolean + label: 'Filters' + filter_groups: + type: boolean + label: 'Filter groups' pager_options: type: boolean label: 'Pager options' - access: - type: boolean - label: 'Access' relationships: type: sequence label: 'Relationships'