Add Drupal CMS Admin UI recipe
https://www.drupal.org/project/drupal_cms_admin_ui ``` composer require drupal/drupal_cms_admin_ui drush recipe $(pwd)/recipes/drupal_cms_admin_ui ```
This commit is contained in:
parent
3ba181a753
commit
e740384446
19 changed files with 703 additions and 2 deletions
|
@ -5,6 +5,7 @@ dependencies:
|
|||
config:
|
||||
- filter.format.basic_html
|
||||
module:
|
||||
- coffee
|
||||
- comment
|
||||
- contact
|
||||
- file
|
||||
|
@ -21,6 +22,7 @@ label: 'Authenticated user'
|
|||
weight: 1
|
||||
is_admin: false
|
||||
permissions:
|
||||
- 'access coffee'
|
||||
- 'access comments'
|
||||
- 'access content'
|
||||
- 'access shortcuts'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue