recipe.yml

core/tests/fixtures/recipes/config_actions/recipe.yml

File

core/tests/fixtures/recipes/config_actions/recipe.yml

View source
  1. name: 'Config actions'
  2. type: 'Testing'
  3. install:
  4. - config_test
  5. config:
  6. actions:
  7. config_test.dynamic.recipe:
  8. createIfNotExists:
  9. label: 'Created by recipe'
  10. setProtectedProperty: 'Set by recipe'
  11. config_test.system:
  12. simpleConfigUpdate:
  13. foo: 'not bar'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.