Skip to content

Instantly share code, notes, and snippets.

@mneuhaus
Last active December 22, 2015 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mneuhaus/6389661 to your computer and use it in GitHub Desktop.
Save mneuhaus/6389661 to your computer and use it in GitHub Desktop.
-
requestFilter: 'isPackage("Package1.Features")'
options:
layoutRootPathPattern: resource://Famelo.ADU/Private/Layouts/
templatePathAndFilename: resource://Famelo.ADU/Private/Templates/Features/Index.html
-
requestFilter: 'isPackage("TYPO3.Expose")'
options:
typoScriptPathPatterns:
- 'resource://TYPO3.Expose/Private/TypoScripts/'
- 'resource://Famelo.ADU/Private/TypoScripts/'
-
requestFilter: 'isPackage("Package2.Foo")'
options:
layoutRootPathPattern: resource://Famelo.ADU/Private/Layouts/
-
requestFilter: 'isPackage("TYPO3.Expose")'
options:
typoScriptPathPatterns:
- 'resource://TYPO3.Expose/Private/TypoScripts/'
- 'resource://Famelo.ADU/Private/TypoScripts/'
layoutRootPathPattern: resource://Famelo.ADU/Private/Layouts/
templatePathAndFilename: resource://Famelo.ADU/Private/Templates/Features/Index.html
-
requestFilter: 'isPackage("Package2.Foo")'
options:
layoutRootPathPattern: resource://Famelo.ADU/Private/Layouts/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment