Skip to content

Instantly share code, notes, and snippets.

Created May 16, 2014 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save anonymous/764e2b9f9618ea08618d to your computer and use it in GitHub Desktop.
Save anonymous/764e2b9f9618ea08618d to your computer and use it in GitHub Desktop.
# #
# Routes configuration #
# #
# This file contains the configuration for the MVC router. #
# Just add your own modifications as necessary. #
# #
# Please refer to the Flow manual for possible configuration options. #
# #
-
name: 'Analytics'
uriPattern: 'Mycompany.Analytics'
defaults:
@package: 'Mycompany.Analytics'
@controller: 'Customer'
@action: 'Index'
@format: 'html'
subRoutes:
'BlogSubroutes':
package: 'Mycompany.Analytics'
##
# Subroutes from the Welcome package.
#
# If the package "Welcome" is installed, its fallback route will point to an
# informative welcome screen.
-
name: 'Welcome'
uriPattern: '<WelcomeSubroutes>'
subRoutes:
WelcomeSubroutes:
package: TYPO3.Welcome
##
# Flow subroutes
#
-
name: 'Flow'
uriPattern: '<FlowSubroutes>'
defaults:
'@format': 'html'
subRoutes:
FlowSubroutes:
package: TYPO3.Flow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment