Commit 7c6e0bad authored by Tasneem Natshah's avatar Tasneem Natshah
Browse files

Issue #3278137: Add the Dashboards with Layout Builder module and configure...

Issue #3278137: Add the Dashboards with Layout Builder module and configure the default Cucumber Dashboards
parent 71c3988c
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
[![Build Status](https://travis-ci.org/webship/cucumber.svg?branch=9.0.0-alpha2)](https://travis-ci.com/github/webship/cucumber/builds/205034599) Cucumber 9.0.0-alpha2
[![Build Status](https://travis-ci.org/webship/cucumber.svg?branch=9.0.x)](https://travis-ci.com/github/webship/cucumber/builds) Cucumber 9.0.x

# Cucumber
Cucumber Management System
@@ -13,11 +13,6 @@ First you need to [install composer](https://getcomposer.org/doc/00-intro.md#ins
You might need to replace `composer` with `php composer.phar` (or similar) 
for your setup.

To install the most recent stable release of Cucumber 9.0.x run this command:
```
composer create-project webship/cucumber-project:^9.0.0-alpha2 WEBSITE_NAME --no-dev --no-interaction
```

To install the dev version of Cucumber 9.0.x run this command:
```
composer create-project webship/cucumber-project:9.0.x-dev WEBSITE_NAME --stability dev --no-interaction
+0 −13
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - user.role.project_manager
  module:
    - user
id: user_add_role_action.project_manager
label: 'Add the Project Manager role to the selected user(s)'
type: user
plugin: user_add_role_action
configuration:
  rid: project_manager
+0 −13
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - user.role.project_manager
  module:
    - user
id: user_remove_role_action.project_manager
label: 'Remove the Project Manager role from the selected user(s)'
type: user
plugin: user_remove_role_action
configuration:
  rid: project_manager