drupalizeme/dme_example_recipe

Example Drupal recipe that adds a Blog content type with Tags and content editor permissions.

Maintainers

Package info

github.com/DrupalizeMe/dme_example_recipe

Type:drupal-recipe

pkg:composer/drupalizeme/dme_example_recipe

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-01-06 19:35 UTC

This package is auto-updated.

Last update: 2026-03-06 19:58:26 UTC


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