annotate 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 |
|
rev |
line source |
Chris@0
|
1 # Schema for the configuration files of the HAL module.
|
Chris@0
|
2 hal.settings:
|
Chris@0
|
3 type: config_object
|
Chris@0
|
4 label: 'HAL settings'
|
Chris@0
|
5 mapping:
|
Chris@0
|
6 link_domain:
|
Chris@0
|
7 type: string
|
Chris@0
|
8 label: 'Domain of the relation'
|
Chris@0
|
9 bc_file_uri_as_url_normalizer:
|
Chris@0
|
10 type: boolean
|
Chris@0
|
11 label: 'Whether to retain pre Drupal 8.5 behavior of normalizing the File entity "uri" field value to an absolute URL.'
|