Skip to content
Snippets Groups Projects
Commit 009df931 authored by damjan's avatar damjan
Browse files

[TASK] Escaping < > 2. attempt

parent 1568f5b7
No related branches found
No related tags found
No related merge requests found
...@@ -67,27 +67,25 @@ The prefix `ts` in uriPattern: `ts/<SGalinski.TypoScriptReferenceFrontend>` has ...@@ -67,27 +67,25 @@ The prefix `ts` in uriPattern: `ts/<SGalinski.TypoScriptReferenceFrontend>` has
### In empty project Routes.yaml looks like this ### In empty project Routes.yaml looks like this
<pre> -
- name: 'TypoScriptReferenceFrontend'
name: 'TypoScriptReferenceFrontend' uriPattern: '<SGalinski.TypoScriptReferenceFrontend>'
uriPattern: '<SGalinski.TypoScriptReferenceFrontend>' subRoutes:
subRoutes: SGalinski.TypoScriptReferenceFrontend:
SGalinski.TypoScriptReferenceFrontend: package: SGalinski.TypoScriptReferenceFrontend
package: SGalinski.TypoScriptReferenceFrontend
##
## # Flow subroutes
# Flow subroutes #
#
-
- name: 'Flow'
name: 'Flow' uriPattern: '<FlowSubroutes>'
uriPattern: '<FlowSubroutes>' defaults:
defaults: '@format': 'html'
'@format': 'html' subRoutes:
subRoutes: FlowSubroutes:
FlowSubroutes: package: TYPO3.Flow
package: TYPO3.Flow
</pre>
Uri prefix can be added if needed. Uri prefix can be added if needed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment