Skip to content
Snippets Groups Projects

Issue #3496485: example recipe.yml has invalid comment above "actions" section

1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
@@ -26,9 +26,8 @@ config:
@@ -26,9 +26,8 @@ config:
# modules already installed.
# modules already installed.
node: '*'
node: '*'
# Configuration actions may be defined. The structure here should be
# Configuration actions may be defined. The structure here should be
# entity_type.ID.action. Below the user role entity type with an ID of
# entity_type.ID.action. Below, text.settings is updated to set the
# editor is having the permissions added. The permissions key will be
# default summary length for text fields to 700 characters.
# mapped to the \Drupal\user\Entity\Role::grantPermission() method.
actions:
actions:
text.settings:
text.settings:
simpleConfigUpdate:
simpleConfigUpdate:
Loading