rdf.mapping.comment.comment.yml in Total Control Admin Dashboard 3.0.x
Same filename and directory in other branches
config/managed/comment/rdf.mapping.comment.comment.yml
2 string references to 'rdf.mapping.comment.comment'
- total_control_install in ./
total_control.install - Implements hook_install().
- total_control_modules_installed in ./
total_control.module - Implements hook_modules_installed().
File
config/managed/comment/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