Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / migrate_plus / migrate_example_advanced / migrate_example_advanced_setup / config / install / core.entity_form_display.comment.migrate_example_advanced_comment.default.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - comment.type.migrate_example_advanced_comment
6     - field.field.comment.migrate_example_advanced_comment.comment_body
7   module:
8     - text
9 id: comment.migrate_example_advanced_comment.default
10 targetEntityType: comment
11 bundle: migrate_example_advanced_comment
12 mode: default
13 content:
14   author:
15     weight: -2
16   comment_body:
17     type: text_textarea
18     weight: 11
19     settings:
20       rows: 5
21       placeholder: ''
22     third_party_settings: {  }
23   subject:
24     type: string_textfield
25     weight: 10
26     settings:
27       size: 60
28       placeholder: ''
29     third_party_settings: {  }
30 hidden: {  }