ECA Config: allow to limit CRUD events
Problem/Motivation
The CRUD config events are currently always applying. This may be not ideal for performance reasons.
Proposed resolution
Let's limit those events by the following properties:
- Event name
- Whether Drupal is in sync mode
- For saving config, also whether the written config is new
Edited by drupalbot