From 5e04d738fe8d8dd0c05a71137314893c6cbbcb0f Mon Sep 17 00:00:00 2001 From: Ann Mary Sruthy <annmarysruthy2401@gmail.com> Date: Wed, 12 Feb 2025 12:56:55 +0530 Subject: [PATCH] Issue #3496485: example recipe.yml has invalid comment above "actions" section --- core/recipes/example/recipe.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/recipes/example/recipe.yml b/core/recipes/example/recipe.yml index 431dd4d26e9b..7f83305f6e21 100644 --- a/core/recipes/example/recipe.yml +++ b/core/recipes/example/recipe.yml @@ -26,9 +26,8 @@ config: # modules already installed. node: '*' # Configuration actions may be defined. The structure here should be - # entity_type.ID.action. Below the user role entity type with an ID of - # editor is having the permissions added. The permissions key will be - # mapped to the \Drupal\user\Entity\Role::grantPermission() method. + # entity_type.ID.action. Below, text.settings is updated to set the + # default summary length for text fields to 700 characters. actions: text.settings: simpleConfigUpdate: -- GitLab