Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 689 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 689 Bytes

Sous Media Drupal Recipe

A recipe that contains modules and configuration for the Sous media experience.

This module configures three media types:

  • file
  • image
  • video

Configuring Drupal for Recipes

See https://www.drupal.org/files/issues/2023-10-01/Configuring%20Drupal%20to%20Apply%20Recipes.md

Installing this Recipe

composer require fourkitchens/sous-media

Applying this Recipe

If you used the Sous Project as your starterkit:

  • lando install-recipe fourkitchens/sous-media

Manually applying the recipe to your own project: From your webroot run:

  • php core/scripts/drupal recipe recipes/sous-media
  • drush cr
  • composer unpack fourkitchens/sous-media