Mercurial > hg > isophonics-drupal-site
view core/profiles/demo_umami/config/install/rdf.mapping.node.article.yml @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
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'