Commit 2ab962cc authored by Tasneem Natshah's avatar Tasneem Natshah
Browse files

Issue #3278137 by Tasneem Natshah: Add the Dashboards with Layout Builder...

Issue #3278137 by Tasneem Natshah: Add the Dashboards with Layout Builder module and configure the default Cucumber Dashboards
parent cf527a9d
Loading
Loading
Loading
Loading
+84 −0
Original line number Diff line number Diff line
uuid: d8c0567c-d0c0-4ce3-9ed0-0d3d941f9f8c
langcode: en
status: true
dependencies:
  config:
    - field.field.node.category.body
    - node.type.category
  module:
    - field_layout
    - layout_discovery
    - path
    - text
third_party_settings:
  field_layout:
    id: layout_onecol
    settings:
      label: ''
id: node.category.default
targetEntityType: node
bundle: category
mode: default
content:
  body:
    type: text_textarea_with_summary
    weight: 121
    region: content
    settings:
      rows: 9
      summary_rows: 3
      placeholder: ''
      show_summary: false
    third_party_settings: {  }
  created:
    type: datetime_timestamp
    weight: 10
    region: content
    settings: {  }
    third_party_settings: {  }
  path:
    type: path
    weight: 30
    region: content
    settings: {  }
    third_party_settings: {  }
  promote:
    type: boolean_checkbox
    weight: 15
    region: content
    settings:
      display_label: true
    third_party_settings: {  }
  status:
    type: boolean_checkbox
    weight: 120
    region: content
    settings:
      display_label: true
    third_party_settings: {  }
  sticky:
    type: boolean_checkbox
    weight: 16
    region: content
    settings:
      display_label: true
    third_party_settings: {  }
  title:
    type: string_textfield
    weight: -5
    region: content
    settings:
      size: 60
      placeholder: ''
    third_party_settings: {  }
  uid:
    type: entity_reference_autocomplete
    weight: 5
    region: content
    settings:
      match_operator: CONTAINS
      match_limit: 10
      size: 60
      placeholder: ''
    third_party_settings: {  }
hidden: {  }
+28 −0
Original line number Diff line number Diff line
uuid: 43d8712f-db08-4dc5-9d9a-0f468f281130
langcode: en
status: true
dependencies:
  config:
    - field.field.node.category.body
    - node.type.category
  module:
    - text
    - user
id: node.category.default
targetEntityType: node
bundle: category
mode: default
content:
  body:
    type: text_default
    label: hidden
    settings: {  }
    third_party_settings: {  }
    weight: 101
    region: content
  links:
    settings: {  }
    third_party_settings: {  }
    weight: 100
    region: content
hidden: {  }
+30 −0
Original line number Diff line number Diff line
uuid: 29f5f09b-57c4-4c30-9dbf-a25f8d043bf7
langcode: en
status: true
dependencies:
  config:
    - core.entity_view_mode.node.teaser
    - field.field.node.category.body
    - node.type.category
  module:
    - text
    - user
id: node.category.teaser
targetEntityType: node
bundle: category
mode: teaser
content:
  body:
    type: text_summary_or_trimmed
    label: hidden
    settings:
      trim_length: 600
    third_party_settings: {  }
    weight: 101
    region: content
  links:
    settings: {  }
    third_party_settings: {  }
    weight: 100
    region: content
hidden: {  }
+23 −0
Original line number Diff line number Diff line
uuid: 685f5c7b-147f-403f-b2b3-79000487bc07
langcode: en
status: true
dependencies:
  config:
    - field.storage.node.body
    - node.type.category
  module:
    - text
id: node.category.body
field_name: body
entity_type: node
bundle: category
label: Body
description: ''
required: false
translatable: true
default_value: {  }
default_value_callback: ''
settings:
  display_summary: true
  required_summary: false
field_type: text_with_summary
+29 −0
Original line number Diff line number Diff line
uuid: bee9e8a0-65e1-49ad-99ef-b1cd6e623b4e
langcode: en
status: true
dependencies:
  config:
    - field.storage.node.field_category
    - node.type.feature
    - taxonomy.vocabulary.category
id: node.feature.field_category
field_name: field_category
entity_type: node
bundle: feature
label: Category
description: ''
required: false
translatable: false
default_value: {  }
default_value_callback: ''
settings:
  handler: 'default:taxonomy_term'
  handler_settings:
    target_bundles:
      category: category
    sort:
      field: name
      direction: asc
    auto_create: false
    auto_create_bundle: ''
field_type: entity_reference
Loading