Commit 5ce4644b 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 89f2dd3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ langcode: en
status: true
dependencies: {  }
_core:
  default_config_hash: d6MNRl6LtCPWBG5ou8tGME0mNN_sOI0USaD03OnlY3A
  default_config_hash: OeKGIkmZA_c-t6QLH81WNQx8gDCc1MRmxaTuQgxBByU
id: administrator
label: Administrator
weight: 3
+1 −1
Original line number Diff line number Diff line
uuid: 315ffcc9-a1b7-4692-9b3b-9021a79d0ed5
uuid: fdb6bed7-13b5-4f7c-8435-20341a617bd1
langcode: en
status: true
dependencies:
+1 −1
Original line number Diff line number Diff line
uuid: f90d4e81-0262-4cdb-aa56-f26fbe01e4b3
uuid: 098eae9a-24ba-4662-8b7f-6a22080f9051
langcode: en
status: true
dependencies:
+1 −8
Original line number Diff line number Diff line
uuid: 9c682733-901b-48ba-bc5c-f1cdb639bf47
uuid: 1fc21a44-2dca-4bde-94e9-acf2fa558f80
langcode: en
status: true
dependencies:
  config:
    - taxonomy.vocabulary.feature_category
  module:
    - dashboards
    - taxonomy
_core:
  default_config_hash: gX8MEvSXzcDhMctr_eaKS_8tEdguFPxZrFLdZsDmsw4
id: coordinator
@@ -14,9 +11,5 @@ label: Coordinator
weight: -5
is_admin: null
permissions:
  - 'administer taxonomy'
  - 'can view automated_testing_dashboard dashboard'
  - 'can view management_dashboard dashboard'
  - 'create terms in feature_category'
  - 'delete terms in feature_category'
  - 'edit terms in feature_category'
+5 −7
Original line number Diff line number Diff line
@@ -3,24 +3,22 @@ langcode: en
status: true
dependencies:
  config:
    - node.type.category
    - node.type.feature
    - taxonomy.vocabulary.feature_category
  module:
    - dashboards
    - node
    - taxonomy
_core:
  default_config_hash: 0bpnmVOsN_NA-gO7wR_s_h4_swKKfOjrwhvSrKKBF7A
  default_config_hash: 46i6QEnaIdNQh8sSm1mWo1W_Vez0jOEXanG1Py4RWuM
id: developer
label: Developer
weight: -8
is_admin: null
permissions:
  - 'administer taxonomy'
  - 'can view automated_testing_dashboard dashboard'
  - 'create category content'
  - 'create feature content'
  - 'create terms in feature_category'
  - 'delete own category content'
  - 'delete own feature content'
  - 'delete terms in feature_category'
  - 'edit own category content'
  - 'edit own feature content'
  - 'edit terms in feature_category'
Loading