Issue #3496485 by annmarysruthy, wombatbuddy, thejimbirch, smustgrave: example recipe.yml has incorrect comment above "actions" section
(cherry picked from commit 6dd918c936
)
merge-requests/11281/head
parent
5e25bc8cf9
commit
d3b4dce5a0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue