Problem/Motivation
When given the section storage in tempstore it is very difficult (almost impossible) to retrieve the raw section storage underneath.
Currently, the only param converter provided does all the loading of the section storage but also passes it through tempstore first.
Proposed resolution
Provide a param converter that simply loads the section storage.
Move the tempstore loading to a route enhancer
Remaining tasks
N/A
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Release notes snippet
N/A