Commit cffd19bd 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 a6f430f2
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: Jxsr_1NDBU4TpJJV2sHMkRaLS6ZFkue2RZnoy99iZOM
id: administrator
label: Administrator
weight: 3
+2 −1
Original line number Diff line number Diff line
@@ -5,10 +5,11 @@ dependencies:
  module:
    - dashboards
_core:
  default_config_hash: 2Lzh5D5-6qzCydvwiv9wECF8igAZoUcT1dwuLq69pZc
  default_config_hash: hpB798GxWzz8tH6bYZuDvUZxFvZy033D-jW0SuP91hA
id: analyst
label: Analyst
weight: -6
is_admin: null
permissions:
  - 'administer dashboards'
  - 'can view automated_testing_dashboard dashboard'
+2 −2
Original line number Diff line number Diff line
uuid: 6277f909-a6fe-4487-92df-7620a3bc9375
uuid: 04e89a3f-04fe-4868-848c-f750693c8131
langcode: en
status: true
dependencies: {  }
_core:
  default_config_hash: ZKV6dDsC6baQ4eVbllwE1uPbEXYGCJB0ghpFzQNuR3g
  default_config_hash: tbp_Lwduz4Gu8dNpPA_XXZbrJBKzgcn-SpiaiymYe4c
id: anonymous
label: 'Anonymous user'
weight: -10
+3 −2
Original line number Diff line number Diff line
uuid: f90d4e81-0262-4cdb-aa56-f26fbe01e4b3
uuid: ac4034ff-6aff-4814-8306-085337ce33ff
langcode: en
status: true
dependencies:
  module:
    - dashboards
_core:
  default_config_hash: dM8MRupEA4JP72TePtQKEP3TDe0WLjpJPYDqh6CP3VU
  default_config_hash: ahygcG2LupROPp8NueukDxOdLEVfEHWQ9iDFMYDuHuo
id: authenticated
label: 'Authenticated user'
weight: -9
is_admin: false
permissions:
  - 'administer dashboards'
  - 'can view default_dashboard dashboard'
+2 −1
Original line number Diff line number Diff line
@@ -8,12 +8,13 @@ dependencies:
    - dashboards
    - taxonomy
_core:
  default_config_hash: gX8MEvSXzcDhMctr_eaKS_8tEdguFPxZrFLdZsDmsw4
  default_config_hash: IQOB-VXfkT6nk_jhGsgyOBC79aqg9rt6AwmtCULXBOI
id: coordinator
label: Coordinator
weight: -5
is_admin: null
permissions:
  - 'administer dashboards'
  - 'administer taxonomy'
  - 'can view automated_testing_dashboard dashboard'
  - 'can view management_dashboard dashboard'
Loading