Commit 99ce9e83 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 a8d28d33
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@
    "drupal/dashboards": "~2.0",
    "drupal/anonymous_redirect": "~2.0",
    "drupal/user_redirect": "~2.0",
    "drupal/autocomplete_deluxe": "~2.0",
    "drush/drush": "~11.0"
  },
  "conflict": {
+20 −15
Original line number Diff line number Diff line
@@ -3,36 +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:
    - autocomplete_deluxe
    - field_layout
    - layout_discovery
    - path
    - text
third_party_settings:
  field_layout:
    id: layout_onecol
    settings:
      label: ''
_core:
  default_config_hash: 3Nq4xv_Rdq_XSi6zaAna8ILItbnGWwnR-GAkSfjY_B0
  default_config_hash: idg_UGXiU7IhGBHGpHEEC8kkejaRbXTMOL80g2TFBGg
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
@@ -40,13 +30,28 @@ content:
    settings: {  }
    third_party_settings: {  }
  field_category:
    type: entity_reference_autocomplete
    type: autocomplete_deluxe
    weight: 122
    region: content
    settings:
      match_operator: CONTAINS
      match_limit: 10
      autocomplete_route_name: autocomplete_deluxe.autocomplete
      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: false
      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:
+9 −10
Original line number Diff line number Diff line
@@ -3,26 +3,18 @@ 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: EmTSfPhXbZda0eDX-X0S6M_Ee7_15kZ9agi9Yg8_U6Q
  default_config_hash: GfvtJsYtqLFaiQ2SqdAo33bMBxkOydkzsDE7Y9oWzV0
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
@@ -31,6 +23,13 @@ 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: {  }
+3 −11
Original line number Diff line number Diff line
@@ -4,27 +4,18 @@ 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: bqYpIQ-F5XicjI9AQ91cTEzEeHKOaLwaCSgJjjmtGWM
  default_config_hash: q2M7KFddAJxHvJLVRHiIC9fv78KcIqOzJ-VW62gxabo
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: {  }
@@ -32,3 +23,4 @@ content:
    region: content
hidden:
  field_category: true
  field_feature_text: true
+10 −0
Original line number Diff line number Diff line
uuid: ede3b665-15e5-413e-bf2e-74de62dd5318
langcode: en
status: true
dependencies:
  module:
    - dashboards
id: dashboard.token
label: Token
targetEntityType: dashboard
cache: true
Loading