Change record status: 
Project: 
Introduced in branch: 
11.5.x
Introduced in version: 
11.5.0
Description: 

It is now possible for install profiles to apply recipes, in addition to installing modules and themes, by listing the recipes in their info file:

recipes:
  - core/recipes/article_content_type
  - core/recipes/document_media_type

At the moment, only core recipes are supported, but support will be added for installing recipes from the main recipes directory (usually a recipes directory next to the web root) as well.

Impacts: 
Site builders, administrators, editors
Site templates, recipes and distribution developers