Commit 5e11ca50 authored by Kurucz István's avatar Kurucz István
Browse files

Issue #2780203: re-exported configurations

parent 24673f2f
Loading
Loading
Loading
Loading
+16 −3
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  enforced:
    module:
      - blog
  config:
    - field.field.node.blog_post.body
    - field.field.node.blog_post.field_blog_comments
@@ -26,16 +23,19 @@ content:
      summary_rows: 3
      placeholder: ''
    third_party_settings: {  }
    region: content
  created:
    type: datetime_timestamp
    weight: 10
    settings: {  }
    third_party_settings: {  }
    region: content
  field_blog_comments:
    weight: 32
    settings: {  }
    third_party_settings: {  }
    type: comment_default
    region: content
  field_blog_tags:
    weight: 33
    settings:
@@ -45,23 +45,34 @@ content:
      placeholder: ''
    third_party_settings: {  }
    type: entity_reference_autocomplete
    region: content
  path:
    type: path
    weight: 30
    settings: {  }
    third_party_settings: {  }
    region: content
  promote:
    type: boolean_checkbox
    settings:
      display_label: true
    weight: 15
    third_party_settings: {  }
    region: content
  status:
    type: boolean_checkbox
    settings:
      display_label: true
    weight: 120
    region: content
    third_party_settings: {  }
  sticky:
    type: boolean_checkbox
    settings:
      display_label: true
    weight: 16
    third_party_settings: {  }
    region: content
  title:
    type: string_textfield
    weight: -5
@@ -69,6 +80,7 @@ content:
      size: 60
      placeholder: ''
    third_party_settings: {  }
    region: content
  uid:
    type: entity_reference_autocomplete
    weight: 5
@@ -78,4 +90,5 @@ content:
      size: 60
      placeholder: ''
    third_party_settings: {  }
    region: content
hidden: {  }
+4 −3
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  enforced:
    module:
      - blog
  config:
    - field.field.node.blog_post.body
    - field.field.node.blog_post.field_blog_comments
@@ -24,6 +21,7 @@ content:
    settings: {  }
    third_party_settings: {  }
    label: hidden
    region: content
  field_blog_comments:
    type: comment_default
    weight: 102
@@ -31,6 +29,7 @@ content:
      pager_id: 0
    third_party_settings: {  }
    label: above
    region: content
  field_blog_tags:
    type: entity_reference_label
    weight: 103
@@ -38,8 +37,10 @@ content:
      link: true
    third_party_settings: {  }
    label: above
    region: content
  links:
    weight: 100
    settings: {  }
    third_party_settings: {  }
    region: content
hidden: {  }
+2 −3
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  enforced:
    module:
      - blog
  config:
    - core.entity_view_mode.node.teaser
    - field.field.node.blog_post.body
@@ -25,8 +22,10 @@ content:
    settings:
      trim_length: 600
    third_party_settings: {  }
    region: content
  links:
    weight: 100
    region: content
hidden:
  field_blog_comments: true
  field_blog_tags: true
+1 −3
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  enforced:
    module:
      - blog
  config:
    - field.storage.node.body
    - node.type.blog_post
@@ -21,4 +18,5 @@ default_value: { }
default_value_callback: ''
settings:
  display_summary: true
  required_summary: false
field_type: text_with_summary
+2 −4
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  enforced:
    module:
      - blog
  config:
    - field.storage.node.field_blog_comments
    - node.type.blog_post
@@ -18,7 +15,8 @@ description: 'Comments against a blog post.'
required: false
translatable: false
default_value:
  - status: 2
  -
    status: 2
    cid: 0
    last_comment_timestamp: 0
    last_comment_name: null
Loading