rdf.mapping.comment.comment.yml in Drupal 9
Same filename and directory in other branches
core/profiles/standard/config/install/rdf.mapping.comment.comment.yml
File
core/profiles/standard/config/install/rdf.mapping.comment.comment.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - comment.type.comment
- module:
- - comment
- id: comment.comment
- targetEntityType: comment
- bundle: comment
- types:
- - 'schema:Comment'
- fieldMappings:
- subject:
- properties:
- - 'schema:name'
- created:
- properties:
- - 'schema:dateCreated'
- datatype_callback:
- callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
- changed:
- properties:
- - 'schema:dateModified'
- datatype_callback:
- callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
- comment_body:
- properties:
- - 'schema:text'
- uid:
- properties:
- - 'schema:author'
- mapping_type: rel