In flow is it possible to inject configuration from the settings yaml files via @InjectConfiguration annotation.
/**
* @var array
* @Flow\InjectConfiguration("foo.bar")
*/
protected $ownConfiguration;
Now I used that for a lot of stuff and it would be nice to have the most part in a file. Is it possible to inject this from other files? Foo.yaml or so.