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
# Upload | |
rsync -av -e "ssh -A JUMP_HOST ssh" FILE_TO_SEND DEST_HOST:/home/gareth/ | |
# Download | |
rsync -av -e "ssh -A JUMP_HOST ssh" DEST_HOST:~/FILE_TO_DOWNLOAD ~/Downloads/ |
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
include: NodeTypes/Arrow.ts2 | |
include: NodeTypes/TextCarousel.ts2 | |
include: NodeTypes/MenuWithLogo.ts2 | |
include: NodeTypes/Pod.ts2 | |
include: NodeTypes/Text.ts2 | |
include: NodeTypes/Pagetitle.ts2 | |
include: NodeTypes/TimelinePlugin.ts2 | |
include: NodeTypes/TimelineItem.ts2 | |
include: NodeTypes/ContactInfo.ts2 | |
include: NodeTypes/Form.ts2 |
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
'TYPO3.Neos.NodeTypes:Page': | |
childNodes: | |
'containerblack': | |
type: 'TYPO3.Neos:ContentCollection' | |
'arrowdown': | |
type: 'TYPO3.Neos:ContentCollection' | |
'logo': | |
type: 'TYPO3.Neos:ContentCollection' | |
'pods': | |
type: 'TYPO3.Neos:ContentCollection' |