Created
July 4, 2015 14:27
-
-
Save astehlik/ab9fdc00b17c964ec5d1 to your computer and use it in GitHub Desktop.
ReadOnlyDirectoryStorage example configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TYPO3: | |
Flow: | |
resource: | |
storages: | |
libraryStorage: | |
storage: 'De\SWebhosting\Bootstrap\Resource\ReadOnlyDirectoryStorage' | |
storageOptions: | |
paths: | |
bootstrap: '%FLOW_PATH_ROOT%Packages/Libraries/twbs/bootstrap' | |
jquery: '%FLOW_PATH_ROOT%Packages/Libraries/components/jquery' | |
jqueryui: '%FLOW_PATH_ROOT%Packages/Libraries/components/jqueryui' | |
collections: | |
libraryCollection: | |
storage: 'libraryStorage' | |
target: 'libraryTarget' | |
targets: | |
libraryTarget: | |
target: 'TYPO3\Flow\Resource\Target\FileSystemSymlinkTarget' | |
targetOptions: | |
path: '%FLOW_PATH_WEB%_Resources/Static/Libraries/' | |
baseUri: '_Resources/Static/Libraries/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment