view core/modules/hal/config/schema/hal.schema.yml @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
line wrap: on
line source
# Schema for the configuration files of the HAL module.
hal.settings:
  type: config_object
  label: 'HAL settings'
  mapping:
    link_domain:
      type: string
      label: 'Domain of the relation'
    bc_file_uri_as_url_normalizer:
      type: boolean
      label: 'Whether to retain pre Drupal 8.5 behavior of normalizing the File entity "uri" field value to an absolute URL.'