Add Drupal application
This commit is contained in:
parent
c00b769d67
commit
4bb39011f3
261 changed files with 22997 additions and 0 deletions
43
drupal/config/sync/rdf.mapping.node.page.yml
Normal file
43
drupal/config/sync/rdf.mapping.node.page.yml
Normal file
|
@ -0,0 +1,43 @@
|
|||
uuid: ac7acb31-150e-47e8-826c-9b7fc3052c5c
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.page
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: 32LxRnl4Wesvzqyfp7HnD0-U9-wxrLBn76pqY5XGNAE
|
||||
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
|
||||
comment_count:
|
||||
properties:
|
||||
- 'schema:interactionCount'
|
||||
datatype_callback:
|
||||
callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount'
|
||||
arguments:
|
||||
interaction_type: UserComments
|
Loading…
Add table
Add a link
Reference in a new issue