Version 1
[yaffs-website] / web / core / modules / forum / config / optional / core.entity_form_display.comment.comment_forum.default.yml
diff --git a/web/core/modules/forum/config/optional/core.entity_form_display.comment.comment_forum.default.yml b/web/core/modules/forum/config/optional/core.entity_form_display.comment.comment_forum.default.yml
new file mode 100644 (file)
index 0000000..4738bbb
--- /dev/null
@@ -0,0 +1,33 @@
+langcode: en
+status: true
+dependencies:
+  config:
+    - comment.type.comment_forum
+    - field.field.comment.comment_forum.comment_body
+  module:
+    - text
+id: comment.comment_forum.default
+targetEntityType: comment
+bundle: comment_forum
+mode: default
+content:
+  author:
+    weight: -2
+    region: content
+  comment_body:
+    type: text_textarea
+    weight: 11
+    region: content
+    settings:
+      rows: 5
+      placeholder: ''
+    third_party_settings: {  }
+  subject:
+    type: string_textfield
+    weight: 10
+    region: content
+    settings:
+      size: 60
+      placeholder: ''
+    third_party_settings: {  }
+hidden: {  }