drupal / orchestration_recipe_workflow_blog
Workflow transition for blogs
Package info
git.drupalcode.org/project/orchestration_recipe_workflow_blog.git
Type:drupal-recipe
pkg:composer/drupal/orchestration_recipe_workflow_blog
1.0.x-dev
2025-10-24 17:44 UTC
Requires
- drupal/core: >=11.2
- drupal/eca: *
- drupal/modeler_api: *
This package is not auto-updated.
Last update: 2026-03-14 16:22:42 UTC
README
ID: orchestration_recipe_workflow_blog
Installation
## Import recipe
composer require drupal/orchestration_recipe_workflow_blog
# Apply recipe with Drush (requires version 13 or later):
drush recipe ../recipes/orchestration_recipe_workflow_blog
# Apply recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/orchestration_recipe_workflow_blog
# Rebuilding caches is optional, sometimes required:
drush cr