Skip to content
Snippets Groups Projects

Issue #3333136: Add Readme.md file

1 file
+ 33
0
Compare changes
  • Side-by-side
  • Inline
README.md 0 → 100644
+ 33
0
# Workflow
This module enables you to create arbitrary Workflows, and assign them to Entities. Workflows are made up of workflow states. Transitions between states can be allowed per role. For example, a workflow with the states Draft, Review, and Published could be assigned to the Story node type. Only users with role 'chief editor' can set Stories to the published state.
For a full description of the module, visit the
[project page](https://www.drupal.org/project/workflow).
Submit bug reports and feature suggestions, or track changes in the
[issue queue](https://www.drupal.org/project/issues/workflow).
## Table of contents
- Requirements
- Installation
- Configuration
## Requirements
This module requires no modules outside of Drupal core.
## Installation
Install as you would normally install a contributed Drupal module. For further
information, see [Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules).
## Configuration
The module has no menu or modifiable settings. There is no configuration. When
enabled, the module will prevent the links from appearing. To get the links
back, disable the module and clear caches.
\ No newline at end of file
Loading