Mercurial > hg > isophonics-drupal-site
annotate core/modules/hal/config/schema/hal.schema.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 # 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@14 | 9 bc_file_uri_as_url_normalizer: |
Chris@14 | 10 type: boolean |
Chris@14 | 11 label: 'Whether to retain pre Drupal 8.5 behavior of normalizing the File entity "uri" field value to an absolute URL.' |