Mercurial > hg > isophonics-drupal-site
annotate core/modules/hal/config/install/hal.settings.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 1fec387a4317 |
children |
rev | line source |
---|---|
Chris@0 | 1 # Set the domain for HAL type and relation links. |
Chris@0 | 2 # If left blank, the site's domain will be used. |
Chris@0 | 3 link_domain: ~ |
Chris@14 | 4 # Before Drupal 8.5, the File entity 'uri' field value was overridden to return |
Chris@14 | 5 # the absolute file URL instead of the actual (stream wrapper) URI. The default |
Chris@14 | 6 # for new sites is now to return the actual URI as well as a root-relative file |
Chris@14 | 7 # URL. Enable this setting to use the previous behavior. For existing sites, |
Chris@14 | 8 # the previous behavior is kept by default. |
Chris@14 | 9 # @see hal_update_8501() |
Chris@14 | 10 # @see https://www.drupal.org/node/2925783 |
Chris@14 | 11 bc_file_uri_as_url_normalizer: false |