Skip to content
Snippets Groups Projects
Commit 1c5d462c authored by damjan's avatar damjan
Browse files

[TASK] Escaping < > in readme 3. attempt

parent 009df931
No related branches found
No related tags found
No related merge requests found
...@@ -37,32 +37,32 @@ route conflicts. ...@@ -37,32 +37,32 @@ route conflicts.
The prefix `ts` in uriPattern: `ts/<SGalinski.TypoScriptReferenceFrontend>` has purpose to avoid the conflict. The prefix `ts` in uriPattern: `ts/<SGalinski.TypoScriptReferenceFrontend>` has purpose to avoid the conflict.
<pre> <pre>
- -
name: 'TypoScriptReferenceFrontend' name: 'TypoScriptReferenceFrontend'
uriPattern: ``'ts/<SGalinski.TypoScriptReferenceFrontend>'`` uriPattern: 'ts/<SGalinski.TypoScriptReferenceFrontend>'
subRoutes: subRoutes:
SGalinski.TypoScriptReferenceFrontend: SGalinski.TypoScriptReferenceFrontend:
package: SGalinski.TypoScriptReferenceFrontend package: SGalinski.TypoScriptReferenceFrontend
- -
name: 'Forger' name: 'Forger'
uriPattern: `'<WMDB.ForgerSubroutes>'` uriPattern: '<WMDB.ForgerSubroutes>'
subRoutes: subRoutes:
WMDB.ForgerSubroutes: WMDB.ForgerSubroutes:
package: WMDB.Forger package: WMDB.Forger
## ##
# 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> </pre>
### In empty project Routes.yaml looks like this ### In empty project Routes.yaml looks like this
......
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