2013-06-24 22:21:37 +00:00
|
|
|
id: node.page
|
|
|
|
targetEntityType: node
|
|
|
|
bundle: page
|
|
|
|
types:
|
2013-07-03 16:29:13 +00:00
|
|
|
- 'schema:WebPage'
|
2013-06-24 22:21:37 +00:00
|
|
|
fieldMappings:
|
|
|
|
title:
|
|
|
|
properties:
|
2013-07-03 16:29:13 +00:00
|
|
|
- 'schema:name'
|
2013-06-24 22:21:37 +00:00
|
|
|
created:
|
|
|
|
properties:
|
2013-07-03 16:29:13 +00:00
|
|
|
- 'schema:dateCreated'
|
2013-07-20 12:57:47 +00:00
|
|
|
datatype_callback:
|
2014-09-08 21:00:57 +00:00
|
|
|
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
|
2013-06-24 22:21:37 +00:00
|
|
|
changed:
|
|
|
|
properties:
|
2013-07-03 16:29:13 +00:00
|
|
|
- 'schema:dateModified'
|
2013-07-20 12:57:47 +00:00
|
|
|
datatype_callback:
|
2014-09-08 21:00:57 +00:00
|
|
|
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
|
2013-06-24 22:21:37 +00:00
|
|
|
body:
|
|
|
|
properties:
|
2013-07-03 16:29:13 +00:00
|
|
|
- 'schema:text'
|
2013-06-24 22:21:37 +00:00
|
|
|
uid:
|
|
|
|
properties:
|
2013-07-03 16:29:13 +00:00
|
|
|
- 'schema:author'
|
2013-06-24 22:21:37 +00:00
|
|
|
mapping_type: 'rel'
|
|
|
|
comment_count:
|
|
|
|
properties:
|
2013-07-03 16:29:13 +00:00
|
|
|
- 'schema:interactionCount'
|
2013-07-20 12:57:47 +00:00
|
|
|
datatype_callback:
|
|
|
|
callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount'
|
|
|
|
arguments:
|
|
|
|
interaction_type: 'UserComments'
|
2014-03-21 11:53:32 +00:00
|
|
|
dependencies:
|
2014-10-23 20:22:34 +00:00
|
|
|
config:
|
2014-03-21 11:53:32 +00:00
|
|
|
- node.type.page
|
|
|
|
module:
|
|
|
|
- node
|