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
<?php | |
namespace Yout\Package\Command; | |
/* | |
* This script belongs to the Flow package "Your.Package". | |
*/ | |
use TYPO3\Flow\Cli\ConsoleOutput; | |
/** |
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
<?php | |
namespace Wwwision\Test\Http; | |
/* * | |
* This script belongs to the TYPO3 Flow package "Wwwision.Test". * | |
* * | |
* */ | |
use TYPO3\Flow\Annotations as Flow; | |
use TYPO3\Flow\Http\Component\ComponentChain; |
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
<neos:contentElement node="{node}"> | |
<blockquote cite="{f:uri.external(uri: '{sourceurl}', defaultScheme: 'http')}"> | |
<neos:contentElement.editable property="title"> | |
{node.properties.title->f:format.raw()} | |
</neos:contentElement.editable> | |
</blockquote> | |
</neos:contentElement> |