Initial commit of configuration
This commit is contained in:
parent
97a9ba1c23
commit
c102efd31b
640 changed files with 60699 additions and 0 deletions
36
config/rdf.mapping.comment.comment.yml
Normal file
36
config/rdf.mapping.comment.comment.yml
Normal file
|
@ -0,0 +1,36 @@
|
|||
uuid: dee11c5e-92e5-4a33-b189-84a7232091a5
|
||||
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