diff --git a/CHANGELOG.md b/CHANGELOG.md index a248d07b8..bcee3d36b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ * Fixed Flex Pages cache not invalidating if saving an old `Page` object [#3152](https://github.com/getgrav/grav/issues/3152) * Fixed multiple issues with `system.language.translations: false` * Fixed page collections containing dummy items for untranslated default language [#2985](https://github.com/getgrav/grav/issues/2985) + * Fixed streams in `setup.php` being overridden by `system/streams.yaml` [#2450](https://github.com/getgrav/grav/issues/2450) # v1.7.0-rc.20 ## 12/15/2020 diff --git a/system/config/streams.yaml b/system/config/streams.yaml deleted file mode 100644 index 1af002466..000000000 --- a/system/config/streams.yaml +++ /dev/null @@ -1,16 +0,0 @@ -schemes: - image: - type: Stream - paths: - - user://images - - system://images - - page: - type: ReadOnlyStream - paths: - - user://pages - - account: - type: ReadOnlyStream - paths: - - user://accounts