From d3b4dce5a038bac17e4cc719eaf7aff0c85b52cf Mon Sep 17 00:00:00 2001 From: quietone Date: Mon, 24 Feb 2025 12:07:00 +1300 Subject: [PATCH] Issue #3496485 by annmarysruthy, wombatbuddy, thejimbirch, smustgrave: example recipe.yml has incorrect comment above "actions" section (cherry picked from commit 6dd918c936079d27c6bf3ed93f42b2e835683b10) --- 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..2f6b029d0122 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: