You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
788 B
37 lines
788 B
3 months ago
|
uuid: cf7549ae-d183-4a58-a821-aa2a51dcc930
|
||
|
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
|