Commit 1a135f91 authored by Tasneem Natshah's avatar Tasneem Natshah
Browse files

Issue #3278137 by Rajab Natshah, Tasneem Natshah: Add the Dashboards with...

Issue #3278137 by Rajab Natshah, Tasneem Natshah: Add the Dashboards with Layout Builder module and configure the default Cucumber Dashboards
parent 1a3451d9
Loading
Loading
Loading
Loading
+95 −0
Original line number Diff line number Diff line
uuid: b102b575-4f43-487b-a110-870c0c951e24
langcode: en
status: true
dependencies:
  config:
    - field.field.node.feature.body
    - field.field.node.feature.field_category
    - node.type.feature
  module:
    - field_layout
    - layout_discovery
    - path
    - text
third_party_settings:
  field_layout:
    id: layout_onecol
    settings:
      label: ''
id: node.feature.default
targetEntityType: node
bundle: feature
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: {  }
  field_category:
    type: entity_reference_autocomplete
    weight: 122
    region: content
    settings:
      match_operator: CONTAINS
      match_limit: 10
      size: 60
      placeholder: ''
    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: {  }
+37 −0
Original line number Diff line number Diff line
uuid: 9d9a49a9-3118-420e-9e39-2fd3b558de66
langcode: en
status: true
dependencies:
  config:
    - field.field.node.feature.body
    - field.field.node.feature.field_category
    - node.type.feature
  module:
    - text
    - user
id: node.feature.default
targetEntityType: node
bundle: feature
mode: default
content:
  body:
    type: text_default
    label: hidden
    settings: {  }
    third_party_settings: {  }
    weight: 101
    region: content
  field_category:
    type: entity_reference_label
    label: above
    settings:
      link: true
    third_party_settings: {  }
    weight: 102
    region: content
  links:
    settings: {  }
    third_party_settings: {  }
    weight: 100
    region: content
hidden: {  }
+32 −0
Original line number Diff line number Diff line
uuid: 9467570e-dc92-4dc7-a321-f282c80caeb1
langcode: en
status: true
dependencies:
  config:
    - core.entity_view_mode.node.teaser
    - field.field.node.feature.body
    - field.field.node.feature.field_category
    - node.type.feature
  module:
    - text
    - user
id: node.feature.teaser
targetEntityType: node
bundle: feature
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:
  field_category: true
+23 −0
Original line number Diff line number Diff line
uuid: 8d7f2bff-b816-4b19-9829-4477c9d268f5
langcode: en
status: true
dependencies:
  config:
    - field.storage.node.body
    - node.type.feature
  module:
    - text
id: node.feature.body
field_name: body
entity_type: node
bundle: feature
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