Mercurial > hg > isophonics-drupal-site
annotate core/profiles/demo_umami/config/install/rdf.mapping.node.article.yml @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children |
rev | line source |
---|---|
Chris@14 | 1 langcode: en |
Chris@14 | 2 status: true |
Chris@14 | 3 dependencies: |
Chris@14 | 4 config: |
Chris@14 | 5 - node.type.article |
Chris@14 | 6 module: |
Chris@14 | 7 - node |
Chris@14 | 8 id: node.article |
Chris@14 | 9 targetEntityType: node |
Chris@14 | 10 bundle: article |
Chris@14 | 11 types: |
Chris@14 | 12 - 'schema:Article' |
Chris@14 | 13 fieldMappings: |
Chris@14 | 14 title: |
Chris@14 | 15 properties: |
Chris@14 | 16 - 'schema:name' |
Chris@14 | 17 created: |
Chris@14 | 18 properties: |
Chris@14 | 19 - 'schema:dateCreated' |
Chris@14 | 20 datatype_callback: |
Chris@14 | 21 callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value' |
Chris@14 | 22 changed: |
Chris@14 | 23 properties: |
Chris@14 | 24 - 'schema:dateModified' |
Chris@14 | 25 datatype_callback: |
Chris@14 | 26 callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value' |
Chris@14 | 27 body: |
Chris@14 | 28 properties: |
Chris@14 | 29 - 'schema:text' |
Chris@14 | 30 uid: |
Chris@14 | 31 properties: |
Chris@14 | 32 - 'schema:author' |
Chris@14 | 33 field_image: |
Chris@14 | 34 properties: |
Chris@14 | 35 - 'schema:image' |
Chris@14 | 36 field_tags: |
Chris@14 | 37 properties: |
Chris@14 | 38 - 'schema:about' |