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
### Keybase proof | |
I hereby claim: | |
* I am radmiraal on github. | |
* I am radmiraal (https://keybase.io/radmiraal) on keybase. | |
* I have a public key whose fingerprint is 8545 C4CE D1A4 8976 227C 7AEF 2217 1AEC CD6E 11A9 | |
To claim this, I am signing this object: |
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
../Templates/TypoScriptObjects/NeosBackendEndpoints.html | |
../../Public/JavaScript/Content/Inspector/Editors/ImageEditor.js | |
*/ | |
_imageServiceEndpointUri: null, | |
+ _sites: [], | |
+ | |
loadingindicator: null, |
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
module.exports = function (grunt) { | |
grunt.loadNpmTasks("grunt-extend-config"); | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
compass: grunt.file.readJSON('../../../../Build/Grunt/Defaults/compass.json'), | |
watch: grunt.file.readJSON('../../../../Build/Grunt/Defaults/watch.json'), | |
requirejs: grunt.file.readJSON('../../../../Build/Grunt/Defaults/requirejs.json'), | |
concat: grunt.file.readJSON('../../../../Build/Grunt/Defaults/concat.json'), | |
clean: { |
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
{namespace neos=TYPO3\Neos\ViewHelpers} | |
{namespace ts=TYPO3\TypoScript\ViewHelpers} | |
<div{attributes -> f:format.raw()}> | |
{neos:contentElement.editable(property:'title', tag: 'h1')} | |
<ts:render path="content" /> | |
</div> |
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
Flow_Mvc_Routing_FindMatchResults: | |
backend: TYPO3\Flow\Cache\Backend\NullBackend | |
Flow_Mvc_Routing_Resolve: | |
backend: TYPO3\Flow\Cache\Backend\NullBackend |
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
#!/bin/bash | |
if [ -d Web/_Resources/Static/Packages ]; then | |
rm -rf Web/_Resources/Static/Packages | |
fi | |
mkdir -p Web/_Resources/Static/Packages | |
find $(pwd) -type d -path "*/Resources/Public" -print0 | while IFS= read -r -d $'\0' line; do | |
if [[ $line =~ Packages/[^/]+/([^/]+) ]]; then | |
packageKey=${BASH_REMATCH[1]} |
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
- | |
name: 'Search paginate' | |
uriPattern: '{node}/{--typo3-typo3cr-viewhelpers-widget-paginateviewhelper.currentPage}' | |
defaults: | |
'@package': 'TYPO3.Neos' | |
'@controller': 'Frontend\Node' | |
'@format': 'html' | |
'@action': 'show' | |
'--typo3-typo3cr-viewhelpers-widget-paginateviewhelper': | |
'@package': '' |
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
<?php | |
use \TYPO3\Surf\Domain\Model\Node; | |
use \TYPO3\Surf\Domain\Model\SimpleWorkflow; | |
$application = new \TYPO3\Surf\Application\TYPO3\Flow('deployment-name'); | |
$application->setDeploymentPath('/var/www/'); | |
$application->setOption('packageMethod', 'git'); | |
$application->setOption('transferMethod', 'rsync'); | |
$application->setOption('updateMethod', NULL); | |
$application->setOption('repositoryUrl', 'ssh://review.typo3.org/repo.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
"repositories":[ | |
{"type":"git","url": "..."}, | |
{"type":"composer","url": "satis"} | |
] |
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: | |
Flow: | |
utility: | |
environment: | |
temporaryDirectoryBase: /tmp%FLOW_PATH_DATA%Temporary/ | |