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:
Oliver Davies 2025-06-15 15:17:49 +01:00
parent 3ba181a753
commit e740384446
19 changed files with 703 additions and 2 deletions

View file

@ -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'