Mercurial > hg > isophonics-drupal-site
annotate core/modules/user/config/optional/rdf.mapping.user.user.yml @ 15:e200cb7efeb3
Update Drupal core to 8.5.3 via Composer
author | Chris Cannam |
---|---|
date | Thu, 26 Apr 2018 11:26:54 +0100 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 langcode: en |
Chris@0 | 2 status: true |
Chris@0 | 3 dependencies: |
Chris@0 | 4 module: |
Chris@0 | 5 - user |
Chris@0 | 6 id: user.user |
Chris@0 | 7 targetEntityType: user |
Chris@0 | 8 bundle: user |
Chris@0 | 9 types: |
Chris@0 | 10 - 'schema:Person' |
Chris@0 | 11 fieldMappings: |
Chris@0 | 12 name: |
Chris@0 | 13 properties: |
Chris@0 | 14 - 'schema:name' |