Mercurial > hg > isophonics-drupal-site
view core/profiles/standard/config/install/rdf.mapping.comment.comment.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line 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