You are here

rdf.mapping.comment.comment.yml in Express 8

config/optional/rdf.mapping.comment.comment.yml

File

config/optional/rdf.mapping.comment.comment.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - comment.type.comment
  6. module:
  7. - comment
  8. id: comment.comment
  9. targetEntityType: comment
  10. bundle: comment
  11. types:
  12. - 'schema:Comment'
  13. fieldMappings:
  14. subject:
  15. properties:
  16. - 'schema:name'
  17. created:
  18. properties:
  19. - 'schema:dateCreated'
  20. datatype_callback:
  21. callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
  22. changed:
  23. properties:
  24. - 'schema:dateModified'
  25. datatype_callback:
  26. callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
  27. comment_body:
  28. properties:
  29. - 'schema:text'
  30. uid:
  31. properties:
  32. - 'schema:author'
  33. mapping_type: rel