You are here

hal.settings.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/hal/config/install/hal.settings.yml
core/modules/hal/config/install/hal.settings.yml

File

core/modules/hal/config/install/hal.settings.yml
View source
  1. # Set the domain for HAL type and relation links.
  2. # If left blank, the site's domain will be used.
  3. link_domain: ~
  4. # Before Drupal 8.5, the File entity 'uri' field value was overridden to return
  5. # the absolute file URL instead of the actual (stream wrapper) URI. The default
  6. # for new sites is now to return the actual URI as well as a root-relative file
  7. # URL. Enable this setting to use the previous behavior. For existing sites,
  8. # the previous behavior is kept by default.
  9. # @see hal_update_8501()
  10. # @see https://www.drupal.org/node/2925783
  11. bc_file_uri_as_url_normalizer: false