hal.schema.yml 382 B

1234567891011
  1. # Schema for the configuration files of the HAL module.
  2. hal.settings:
  3. type: config_object
  4. label: 'HAL settings'
  5. mapping:
  6. link_domain:
  7. type: string
  8. label: 'Domain of the relation'
  9. bc_file_uri_as_url_normalizer:
  10. type: boolean
  11. label: 'Whether to retain pre Drupal 8.5 behavior of normalizing the File entity "uri" field value to an absolute URL.'