Commit 89f2dd3a 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 0dc66700
Loading
Loading
Loading
Loading
+0 −84
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: {  }
+0 −28
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: {  }
+0 −30
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: {  }
+0 −23
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
+0 −18
Original line number Diff line number Diff line
uuid: 703f2618-8b53-41a2-862f-5fa80fb3e394
langcode: en
status: true
dependencies:
  module:
    - menu_ui
third_party_settings:
  menu_ui:
    available_menus:
      - main
    parent: 'main:'
name: Category
type: category
description: "<h4>Add Category</h4>\r\n<p>A category that user can add it to classify their own features</p>"
help: ''
new_revision: true
preview_mode: 1
display_submitted: true
Loading