field.field.comment.node_comments.comment_body.yml in Migrate Plus 8.2
Same filename and directory in other branches
- 8.5 migrate_example/migrate_example_setup/config/install/field.field.comment.node_comments.comment_body.yml
- 8 migrate_example/migrate_example_setup/config/install/field.field.comment.node_comments.comment_body.yml
- 8.3 migrate_example/migrate_example_setup/config/install/field.field.comment.node_comments.comment_body.yml
- 8.4 migrate_example/migrate_example_setup/config/install/field.field.comment.node_comments.comment_body.yml
migrate_example/migrate_example_setup/config/install/field.field.comment.node_comments.comment_body.yml
File
migrate_example/migrate_example_setup/config/install/field.field.comment.node_comments.comment_body.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - comment.type.node_comments
- - field.storage.comment.comment_body
- module:
- - text
- id: comment.node_comments.comment_body
- field_name: comment_body
- entity_type: comment
- bundle: node_comments
- label: Comment
- description: ''
- required: true
- translatable: true
- default_value: { }
- default_value_callback: ''
- settings: { }
- field_type: text_long