Move configuration to standard location (config next to web)
This commit is contained in:
parent
c3696b4b96
commit
8fdc0426d5
472 changed files with 1 additions and 1 deletions
52
config/sync/rdf.mapping.node.article.yml
Normal file
52
config/sync/rdf.mapping.node.article.yml
Normal file
|
@ -0,0 +1,52 @@
|
|||
uuid: 04e51188-b221-40f6-bf0e-429157282dd4
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.article
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: IdobJe379eDudt7-bXFfJjF7pDqFl-kYxVFtpWrgkro
|
||||
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'
|
||||
comment:
|
||||
properties:
|
||||
- 'schema:comment'
|
||||
mapping_type: rel
|
||||
comment_count:
|
||||
properties:
|
||||
- 'schema:interactionCount'
|
||||
datatype_callback:
|
||||
callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount'
|
||||
arguments:
|
||||
interaction_type: UserComments
|
||||
field_image:
|
||||
properties:
|
||||
- 'schema:image'
|
||||
field_tags:
|
||||
properties:
|
||||
- 'schema:about'
|
Loading…
Add table
Add a link
Reference in a new issue