# Drupal CMS Content Basics

Provides basic tools for creating content.

## Recipes Applied
- Content editor role (core)
- Image media type (core)

## Modules and Themes Installed
- [Autosave Form](https://www.drupal.org/project/autosave_form)
- [BPMN.iO Modeler](https://www.drupal.org/project/bpmn_io)
- [Drupal Canvas](https://www.drupal.org/project/canvas)
- [ECA Core](https://www.drupal.org/project/eca)
- Field UI (core)
- [Linkit](https://www.drupal.org/project/linkit)
- Menu UI (core)
- [Modeler API](https://www.drupal.org/project/modeler_api)
- Node (core)
- Options (core)
- [Pathauto](https://www.drupal.org/project/pathauto)
- [Scheduler](https://www.drupal.org/project/scheduler)
- [Scheduler Content Moderation Integration](https://www.drupal.org/project/scheduler_content_moderation_integration)
- [Tagify](https://www.drupal.org/project/tagify)
- Taxonomy (core)
- [Token](https://www.drupal.org/project/token)
- [Trash](https://www.drupal.org/project/trash)
- Views (core)
- Workflows (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_content_type_base
```

## 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).
