- Issue created by @Rewted
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
Hey π
The contents of the file can be imported via copying it's content and pasting it in the 'single import' form from admin/config/development/configuration/single/import after selecting 'View' as the configuration type and then 'aggregator_rss_feed' as the view - just leave the UUID from the existing one.
If you're using drush, you could also copy the contents of that file into your exported .yml file - again leaving the UUID from the existing one.
The drush approach would allow you to visit admin/config/development/configuration and see a diff between the two files - or you could also do this with git if you were using source control for your configuration files.
In terms of what changed - https://git.drupalcode.org/project/aggregator/-/commit/620743b3e053a660e... is the only change which is:
- Adding a sort
- Ensuring empty items aren't output
LR