rdf.mapping.node.forum.yml in Drupal 10
core/modules/rdf/config/optional/rdf.mapping.node.forum.yml
File
core/modules/rdf/config/optional/rdf.mapping.node.forum.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - node.type.forum
- module:
- - node
- enforced:
- module:
- - forum
- id: node.forum
- targetEntityType: node
- bundle: forum
- types:
- - 'schema:Discussion'
- fieldMappings:
- title:
- 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'
- body:
- properties:
- - 'schema:text'
- uid:
- properties:
- - 'schema:author'
- mapping_type: rel
- comment_count:
- properties:
- - 'schema:interactionCount'
- datatype_callback:
- callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount'
- arguments:
- interaction_type: UserComments