Added config to module, and scripts to commit / push config & code together

This commit is contained in:
2022-04-22 10:03:37 +01:00
parent 926bbdb349
commit 908f930e64
406 changed files with 22514 additions and 6 deletions

View File

@ -0,0 +1,36 @@
uuid: 3561eeee-75c7-45f5-b65f-cdccc59f1852
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