recipe.yml
File
-
core/
tests/ fixtures/ recipes/ config_rollback_exception/ recipe.yml
View source
- name: Config rollback exception
- install:
- - filter
- - media
- config:
- import:
- filter: '*'
- media: '*'
- actions:
- filter.format.plain_text:
- setFilterConfig:
- instance_id: media_embed
- configuration: []
- system.image:
- # This will cause a validation error, which will trigger a rollback.
- # The rollback should fail, since the Media module can't be uninstalled
- # now that the plain_text format is using one of its filters.
- simpleConfigUpdate:
- non_existent_key: whatever!
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.