Commit a8d28d33 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 9e26ab84
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@
    "drupal/dashboards": "~2.0",
    "drupal/anonymous_redirect": "~2.0",
    "drupal/user_redirect": "~2.0",
    "drupal/autocomplete_deluxe": "^2.0",
    "drush/drush": "~11.0"
  },
  "conflict": {
+15 −20
Original line number Diff line number Diff line
@@ -3,26 +3,36 @@ langcode: en
status: true
dependencies:
  config:
    - field.field.node.feature.body
    - field.field.node.feature.field_category
    - field.field.node.feature.field_feature_text
    - node.type.feature
  module:
    - autocomplete_deluxe
    - field_layout
    - layout_discovery
    - path
    - text
third_party_settings:
  field_layout:
    id: layout_onecol
    settings:
      label: ''
_core:
  default_config_hash: idg_UGXiU7IhGBHGpHEEC8kkejaRbXTMOL80g2TFBGg
  default_config_hash: 3Nq4xv_Rdq_XSi6zaAna8ILItbnGWwnR-GAkSfjY_B0
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
@@ -30,28 +40,13 @@ content:
    settings: {  }
    third_party_settings: {  }
  field_category:
    type: autocomplete_deluxe
    type: entity_reference_autocomplete
    weight: 122
    region: content
    settings:
      match_operator: CONTAINS
      autocomplete_route_name: autocomplete_deluxe.autocomplete
      match_limit: 10
      size: 60
      selection_handler: default
      limit: 10
      min_length: 0
      delimiter: ''
      not_found_message_allow: false
      not_found_message: 'The term ''@term'' will be added'
      new_terms: true
      no_empty_message: 'No terms could be found. Please type in order to add a new term.'
    third_party_settings: {  }
  field_feature_text:
    type: string_textarea
    weight: 123
    region: content
    settings:
      rows: 5
      placeholder: ''
    third_party_settings: {  }
  path:
+10 −9
Original line number Diff line number Diff line
@@ -3,18 +3,26 @@ langcode: en
status: true
dependencies:
  config:
    - field.field.node.feature.body
    - field.field.node.feature.field_category
    - field.field.node.feature.field_feature_text
    - node.type.feature
  module:
    - text
    - user
_core:
  default_config_hash: GfvtJsYtqLFaiQ2SqdAo33bMBxkOydkzsDE7Y9oWzV0
  default_config_hash: EmTSfPhXbZda0eDX-X0S6M_Ee7_15kZ9agi9Yg8_U6Q
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
@@ -23,13 +31,6 @@ content:
    third_party_settings: {  }
    weight: 102
    region: content
  field_feature_text:
    type: basic_string
    label: above
    settings: {  }
    third_party_settings: {  }
    weight: 103
    region: content
  links:
    settings: {  }
    third_party_settings: {  }
+11 −3
Original line number Diff line number Diff line
@@ -4,18 +4,27 @@ status: true
dependencies:
  config:
    - core.entity_view_mode.node.teaser
    - field.field.node.feature.body
    - field.field.node.feature.field_category
    - field.field.node.feature.field_feature_text
    - node.type.feature
  module:
    - text
    - user
_core:
  default_config_hash: q2M7KFddAJxHvJLVRHiIC9fv78KcIqOzJ-VW62gxabo
  default_config_hash: bqYpIQ-F5XicjI9AQ91cTEzEeHKOaLwaCSgJjjmtGWM
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: {  }
@@ -23,4 +32,3 @@ content:
    region: content
hidden:
  field_category: true
  field_feature_text: true
+5 −3
Original line number Diff line number Diff line
langcode: en
status: true
dependencies: {  }
_core:
  default_config_hash: 6YInfJ0WKwNuSzm8c_hzSvrvTfOYgJ0mrr-BK5M1jHg
id: automated_testing_dashboard
admin_label: 'Automated Testing Dashboard'
category: ''
frontend: false
weight: 0
sections:
  -
    layout_id: layout_1
    layout_settings:
      label: ''
      context_mapping: {  }
      reverse: 0
      context_mapping: {  }
    components:
      d75db52c-a07e-4a50-9580-11aa7feb6112:
        uuid: d75db52c-a07e-4a50-9580-11aa7feb6112
@@ -65,3 +65,5 @@ sections:
        weight: 1
        additional: {  }
    third_party_settings: {  }
frontend: false
weight: 0
Loading