This file contains hidden or 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
{ | |
"repositories": [ | |
{ | |
"type": "composer", | |
"url": "http://composer.typo3.org/" | |
}, | |
{ | |
"type": "git", | |
"url": "https://github.com/phluzern/www.phlu.ch.git" | |
}, |
This file contains hidden or 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
# Use an own publishing configuration | |
TYPO3\Flow\Resource\Publishing\ResourcePublishingTargetInterface: | |
className: Venodor\Package\Resource\Publishing\SecureFileSystemPublishingTarget |
This file contains hidden or 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
All the ViewHelper options are documented in: | |
/Packages/Application/TYPO3.Media/Classes/TYPO3/Media/ViewHelpers/ImageViewHelper.php | |
{namespace m=TYPO3\Media\ViewHelpers} | |
<f:if condition="{model.image}"> | |
<m:image image="{model.image}" maximumHeight="72" alt="Profilbild" /> | |
</f:if> |
This file contains hidden or 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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default] | |
"MaxNfsUser"=dword:00000020 | |
"DeleteSymLinks"=dword:00000000 | |
"FirstContact"=dword:00000003 | |
"UseReservedPorts"=dword:00000001 | |
"Protocols"=dword:00cffcff | |
"Retransmissions"=dword:00000001 | |
"Timeout"=dword:00000008 |