annotate core/profiles/standard/config/install/rdf.mapping.node.page.yml @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1 langcode: en
Chris@0 2 status: true
Chris@0 3 dependencies:
Chris@0 4 config:
Chris@0 5 - node.type.page
Chris@0 6 module:
Chris@0 7 - node
Chris@0 8 id: node.page
Chris@0 9 targetEntityType: node
Chris@0 10 bundle: page
Chris@0 11 types:
Chris@0 12 - 'schema:WebPage'
Chris@0 13 fieldMappings:
Chris@0 14 title:
Chris@0 15 properties:
Chris@0 16 - 'schema:name'
Chris@0 17 created:
Chris@0 18 properties:
Chris@0 19 - 'schema:dateCreated'
Chris@0 20 datatype_callback:
Chris@0 21 callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
Chris@0 22 changed:
Chris@0 23 properties:
Chris@0 24 - 'schema:dateModified'
Chris@0 25 datatype_callback:
Chris@0 26 callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
Chris@0 27 body:
Chris@0 28 properties:
Chris@0 29 - 'schema:text'
Chris@0 30 uid:
Chris@0 31 properties:
Chris@0 32 - 'schema:author'
Chris@0 33 mapping_type: rel
Chris@0 34 comment_count:
Chris@0 35 properties:
Chris@0 36 - 'schema:interactionCount'
Chris@0 37 datatype_callback:
Chris@0 38 callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount'
Chris@0 39 arguments:
Chris@0 40 interaction_type: UserComments