Problem/Motivation
In #3400368: Deprecate path.temporary in system.file configuration schema (Drupal 8.8) system.file.path.temporary was deprecated. This was the only key used in system.file.path, but that key in the schema was not removed.
Lets use this issue to deprecate the config key and add an upgrade path.
Steps to reproduce
Proposed resolution
- Remove system.file.path from system.schema.yml.
- Create an upgrade path to remove the key.
- Create an upgrade path test.