Mercurial > hg > isophonics-drupal-site
view core/profiles/demo_umami/config/install/rdf.mapping.node.article.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 1fec387a4317 |
children |
line wrap: on
line source
langcode: en status: true dependencies: config: - node.type.article module: - node id: node.article targetEntityType: node bundle: article types: - 'schema:Article' 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' field_image: properties: - 'schema:image' field_tags: properties: - 'schema:about'