d6_comment_entity_form_display.yml in Drupal 10
Same filename and directory in other branches
core/modules/comment/migrations/d6_comment_entity_form_display.yml
File
core/modules/comment/migrations/d6_comment_entity_form_display.ymlView source
- id: d6_comment_entity_form_display
- label: Comment field form display configuration
- migration_tags:
- - Drupal 6
- - Configuration
- source:
- plugin: comment_type
- constants:
- entity_type: node
- form_mode: default
- options:
- type: comment_default
- weight: 20
- process:
- entity_type: 'constants/entity_type'
- field_name:
- -
- plugin: migration_lookup
- source: type
- migration: d6_comment_type
- -
- plugin: skip_on_empty
- method: row
- form_mode: 'constants/form_mode'
- options: 'constants/options'
- bundle: type
- destination:
- plugin: component_entity_form_display
- migration_dependencies:
- required:
- - d6_comment_field_instance