From 92fb1dcdace4aa9a25ee2bcc3985ca0c9c23f13d Mon Sep 17 00:00:00 2001 From: damjan <damjan@sgalinski.de> Date: Tue, 1 Sep 2015 18:20:40 +0200 Subject: [PATCH] [BUGFIX] Fixing the problem of <FlowSubroutes> not showing because of < > characters --- README.md | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 1d82602..d2dc6e9 100755 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ It is important to include SGalinski.TypoScriptReferenceFrontend subRoutes befor route conflicts. The prefix `ts` in uriPattern: `ts/<SGalinski.TypoScriptReferenceFrontend>` has purpose to avoid the conflict. -<pre> - name: 'TypoScriptReferenceFrontend' uriPattern: 'ts/<SGalinski.TypoScriptReferenceFrontend>' @@ -63,7 +62,6 @@ The prefix `ts` in uriPattern: `ts/<SGalinski.TypoScriptReferenceFrontend>` has subRoutes: FlowSubroutes: package: TYPO3.Flow -</pre> ### In empty project Routes.yaml looks like this @@ -98,18 +96,16 @@ Here is view configuration for integration with `WMDB.Forger` package. `ProjectName/Configuration/Views.yaml`: -<pre> -- - options: - layoutRootPaths: - 'WMDB.Forger/Layouts': 'resource://WMDB.Forger/Private/Layouts' - partialRootPaths: - 'WMDB.Forger/Partials': 'resource://WMDB.Forger/Private/Partials' - 'SGalinski.TypoScriptReferenceFrontend/Partials': 'resource://SGalinski.TypoScriptReferenceFrontend/Private/Partials' -# templateRootPaths: -# 'WMDB.Forger/Templates': 'resource://WMDB.Forger/Private/Templates' -# 'SGalinski.TypoScriptReferenceFrontend/Templates': 'resource://SGalinski.TypoScriptReferenceFrontend/Private/Templates' -</pre> + - + options: + layoutRootPaths: + 'WMDB.Forger/Layouts': 'resource://WMDB.Forger/Private/Layouts' + partialRootPaths: + 'WMDB.Forger/Partials': 'resource://WMDB.Forger/Private/Partials' + 'SGalinski.TypoScriptReferenceFrontend/Partials': 'resource://SGalinski.TypoScriptReferenceFrontend/Private/Partials' + # templateRootPaths: + # 'WMDB.Forger/Templates': 'resource://WMDB.Forger/Private/Templates' + # 'SGalinski.TypoScriptReferenceFrontend/Templates': 'resource://SGalinski.TypoScriptReferenceFrontend/Private/Templates' ## Install backend -- GitLab