Mercurial > hg > isophonics-drupal-site
view core/modules/rest/config/schema/rest.views.schema.yml @ 13:5fb285c0d0e3
Update Drupal core to 8.4.7 via Composer. Security update; I *think* we've
been lucky to get away with this so far, as we don't support self-registration
which seems to be used by the so-called "drupalgeddon 2" attack that 8.4.5
was vulnerable to.
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:33:26 +0100 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line source
# Schema for the views plugins of the REST module. views.display.rest_export: type: views_display_path label: 'REST display options' mapping: auth: type: sequence label: 'Authentication' sequence: type: string label: 'Authentication Provider' views.row.data_field: type: views_row label: 'Field row' mapping: field_options: type: sequence label: 'Options' sequence: type: mapping label: 'Row' mapping: alias: type: string label: 'Alias for ID' raw_output: type: boolean label: 'Raw output for ID' views.style.serializer: type: views_style label: 'Serialized output format' mapping: formats: type: sequence label: 'Formats' sequence: type: string label: 'Format'