You are here

rdf.mapping.node.page.yml in Express 8

demo_express/config/install/rdf.mapping.node.page.yml

File

demo_express/config/install/rdf.mapping.node.page.yml
View source
  1. uuid: a19460a7-88bf-408f-9e44-249b78c4bb22
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - node.type.page
  7. module:
  8. - node
  9. _core:
  10. default_config_hash: 32LxRnl4Wesvzqyfp7HnD0-U9-wxrLBn76pqY5XGNAE
  11. id: node.page
  12. targetEntityType: node
  13. bundle: page
  14. types:
  15. - 'schema:WebPage'
  16. fieldMappings:
  17. title:
  18. properties:
  19. - 'schema:name'
  20. created:
  21. properties:
  22. - 'schema:dateCreated'
  23. datatype_callback:
  24. callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
  25. changed:
  26. properties:
  27. - 'schema:dateModified'
  28. datatype_callback:
  29. callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
  30. body:
  31. properties:
  32. - 'schema:text'
  33. uid:
  34. properties:
  35. - 'schema:author'
  36. mapping_type: rel
  37. comment_count:
  38. properties:
  39. - 'schema:interactionCount'
  40. datatype_callback:
  41. callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount'
  42. arguments:
  43. interaction_type: UserComments