diff --git a/README.md b/README.md index 1d82602a29c62a529b3de1aff9de5aec6534293b..d2dc6e93ddf711baf9dc3676415ae62c688fd68a 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