Chris@0: langcode: en Chris@0: status: true Chris@0: dependencies: Chris@0: config: Chris@0: - node.type.page Chris@0: module: Chris@0: - node Chris@0: id: node.page Chris@0: targetEntityType: node Chris@0: bundle: page Chris@0: types: Chris@0: - 'schema:WebPage' Chris@0: fieldMappings: Chris@0: title: Chris@0: properties: Chris@0: - 'schema:name' Chris@0: created: Chris@0: properties: Chris@0: - 'schema:dateCreated' Chris@0: datatype_callback: Chris@0: callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value' Chris@0: changed: Chris@0: properties: Chris@0: - 'schema:dateModified' Chris@0: datatype_callback: Chris@0: callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value' Chris@0: body: Chris@0: properties: Chris@0: - 'schema:text' Chris@0: uid: Chris@0: properties: Chris@0: - 'schema:author' Chris@0: mapping_type: rel Chris@0: comment_count: Chris@0: properties: Chris@0: - 'schema:interactionCount' Chris@0: datatype_callback: Chris@0: callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount' Chris@0: arguments: Chris@0: interaction_type: UserComments