From e5099ea86231c5577035ce144509b04b3f6e9cff Mon Sep 17 00:00:00 2001 From: Dave Long <dave@longwaveconsulting.com> Date: Fri, 10 May 2024 09:52:54 +0100 Subject: [PATCH] Issue #3446403 by edutrul, jnicola, mradcliffe: [name]: This field is missing for example recipe (cherry picked from commit 94dde8810e82edc8728493a4efe7abbc3c7a4f9b) --- core/recipes/example/recipe.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/recipes/example/recipe.yml b/core/recipes/example/recipe.yml index 6f53bebee39a..e60573749e60 100644 --- a/core/recipes/example/recipe.yml +++ b/core/recipes/example/recipe.yml @@ -3,6 +3,7 @@ # the type 'Site' means that the Drupal recipe will be listed in # the installer. type: 'Content type' +name: 'Example' install: # An array of modules or themes to install, if they are not already. -- GitLab