d6_comment_entity_form_display.yml in Zircon Profile 8.0
Same filename and directory in other branches
core/modules/comment/migration_templates/d6_comment_entity_form_display.yml
File
core/modules/comment/migration_templates/d6_comment_entity_form_display.ymlView source
- id: d6_comment_entity_form_display
- label: Comment field form display configuration
- migration_tags:
- - Drupal 6
- source:
- plugin: d6_comment_variable
- constants:
- entity_type: node
- field_name: comment
- form_mode: default
- options:
- type: comment_default
- weight: 20
- process:
- entity_type: 'constants/entity_type'
- field_name: 'constants/field_name'
- form_mode: 'constants/form_mode'
- options: 'constants/options'
- bundle: node_type
- destination:
- plugin: component_entity_form_display
- migration_dependencies:
- required:
- - d6_comment_field_instance