rdf.mapping.node.page.yml
Same filename in this branch
Same filename in other branches
File
-
core/
profiles/ demo_umami/ config/ install/ rdf.mapping.node.page.yml
View source
- langcode: en
- status: true
- dependencies:
- config:
- - node.type.page
- module:
- - node
- id: node.page
- targetEntityType: node
- bundle: page
- types:
- - 'schema:WebPage'
- 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
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.