drupalizeme / dme_example_recipe
Example Drupal recipe that adds a Blog content type with Tags and content editor permissions.
Package info
github.com/DrupalizeMe/dme_example_recipe
Type:drupal-recipe
pkg:composer/drupalizeme/dme_example_recipe
1.0.0
2026-01-06 19:35 UTC
Requires
- drupal/core: ^10.3 || ^11
README
This is an example recipe used as part of a series of tutorials on creating, and managing, Drupal recipes. It is not intended to be complete, or useful, for real world purposes. Which is to say, you probably only need this if you're following along with the tutorials.
What it contains
Adds a Blog content type (blog) with Body and Tags, and grants permissions to the content_editor role.
Apply
From your webroot:
Drush (requires Drush 13):
drush recipe ../recipes/dme_example_recipe
Or ...:
php core/scripts/drupal recipe ../recipes/dme_example_recipe -v