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
36
config/sync/rdf.mapping.comment.comment.yml
Normal file
36
config/sync/rdf.mapping.comment.comment.yml
Normal file
|
@ -0,0 +1,36 @@
|
|||
uuid: 1b93975b-f2c6-4759-9429-4a33cf7a4de8
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- comment.type.comment
|
||||
module:
|
||||
- comment
|
||||
_core:
|
||||
default_config_hash: uETe6XupRGKDForx2MpY0pMOEu6CzGgdCAZZOKkbgmk
|
||||
id: comment.comment
|
||||
targetEntityType: comment
|
||||
bundle: comment
|
||||
types:
|
||||
- 'schema:Comment'
|
||||
fieldMappings:
|
||||
subject:
|
||||
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'
|
||||
comment_body:
|
||||
properties:
|
||||
- 'schema:text'
|
||||
uid:
|
||||
properties:
|
||||
- 'schema:author'
|
||||
mapping_type: rel
|
Loading…
Add table
Add a link
Reference in a new issue