[Flow] SubRequests and Routes

Marc Neuhaus apocalip at gmail.com
Mon Oct 14 15:10:47 CEST 2013


Hey,

i'm currently thinking about how to give the Routes of Expose some much needed cosmetics.

Currently they look quite scrambled like this:
http://standalone.flow/famelo.demo.admin/expose/index?sources=configuration&--exposeRuntime%5B%40package%5D=typo3.expose&--exposeRuntime%5B%40controller%5D=new&--exposeRuntime%5B%40action%5D=index&--exposeRuntime%5Btype%5D=Famelo%5CDemo%5CAdmin%5CDomain%5CModel%5CConfigurations&--exposeRuntime%5B%40format%5D=html

My aim would be more like 
http://standalone.flow/famelo.demo.admin/expose/new/index/Famelo/Demo/Admin/Domain/Model/Configurations
http://standalone.flow/famelo.demo.admin/expose/Famelo/Demo/Admin/Domain/Model/Configurations/new/index

But to be hones i'm kinda noobish in the Routes.yaml world and don't really now how to make routes for SubRequests.
Or do i need to create a RoutePartHandler for this, because afaik, this is how Neos handles it.

Cheers
Marc


More information about the Flow mailing list