# Drupal CMS Admin UI

Sets up a nice administrative theme and navigation.


## Modules and Themes Installed
- Announcements (core)
- [Automatic Updates](https://www.drupal.org/project/automatic_updates)
- [Coffee](https://www.drupal.org/project/coffee)
- Contextual Links (core)
- Custom Menu Links (core)
- [Dashboard](https://www.drupal.org/project/dashboard)
- Database Logging (core)
- [Drupal CMS Helper](https://www.drupal.org/project/drupal_cms_helper)
- [Drupical](https://www.drupal.org/project/drupical)
- File (core)
- [Gin](https://www.drupal.org/project/gin)
- [Gin Login](https://www.drupal.org/project/gin_login)
- [Gin Toolbar](https://www.drupal.org/project/gin_toolbar)
- Menu UI (core)
- Navigation (core)
- [Navigation Extra Tools](https://www.drupal.org/project/navigation_extra_tools)
- [Project Browser](https://www.drupal.org/project/project_browser)
- [Simple Add More](https://www.drupal.org/project/sam)
- [Tagify](https://www.drupal.org/project/tagify)
- Update Status (core)
- [View Password](https://www.drupal.org/project/view_password)
- Views UI (core)

## Installation
This project is part of [Drupal CMS](https://drupal.org/project/cms). If you're not using Drupal CMS, you can still use this recipe in your own project. Add it with the following Composer command:

```
composer require drupal/drupal_cms_admin_ui
```

## Bugs and Feedback
If you encounter any bugs or have feedback about this recipe, please file an issue in the [Drupal CMS issue queue](https://www.drupal.org/project/issues/drupal_cms).
