I hereby claim:
- I am sebobo on github.
- I am sebobo (https://keybase.io/sebobo) on keybase.
- I have a public key ASCJpSUEhA4FB3VnJnvM2PqNKdgf9QSuJkg77FfvgzH3_wo
To claim this, I am signing this object:
prototype(MyVendor.Package:Component.Example) < prototype(Neos.Fusion:Component) { | |
translations = ${MyVendor.Package.Translation.getTranslations('MyVendor.Package', 'MyJsApp')} | |
renderer = afx` | |
<div data-translations={Json.stringify(props.translations)} id="my-cool-app">Loading the app ...</div> | |
` | |
} |
charset utf-8; | |
location ~ /\. { | |
access_log off; | |
log_not_found off; | |
deny all; | |
} | |
location = /favicon.ico { | |
log_not_found off; |
prototype(My.Example:Component.Example) < prototype(Neos.Fusion:Component) { | |
inputVar1 = '' | |
inputVar2 = ${[]} | |
renderer = Neos.Fusion:Component { | |
@apply.props = ${props} | |
customVar = ${Array.join(props.inputVar2, ',') + props.inputVar1} | |
renderer = afx` | |
<div> |
prototype(My.Site:Component.ContentCollection) < prototype(Neos.Neos:ContentComponent) { | |
@cache { | |
mode = 'cached' | |
entryIdentifier { | |
collection = ${node} | |
} | |
entryTags { | |
1 = ${Neos.Caching.descendantOfTag(node)} | |
2 = ${Neos.Caching.nodeTag(node)} | |
} |
prototype(Neos.Seo:StructuredData.RootObject) < prototype(Neos.Seo:StructuredData.Object) { | |
context = 'http://schema.org' | |
@process.toJson = ${Json.stringify(value)} | |
@process.wrap = ${'<script type="application/ld+json">' + value + '</script>'} | |
} | |
prototype(Neos.Seo:StructuredData.Object) < prototype(Neos.Fusion:Component) { | |
// Optional context. Usually "http://schema.org" for root objects | |
context = '' |
server { | |
listen 80; | |
listen [::]:80; | |
server_name example.org; | |
charset utf-8; | |
client_max_body_size 50M; | |
root /var/www/example.org/releases/current/Web/; | |
index index.php; |
<?php | |
namespace My\Package\ResourceManagement\Target; | |
use Neos\Flow\Annotations as Flow; | |
use Cocur\Slugify\Slugify; | |
use Neos\Flow\ResourceManagement\ResourceMetaDataInterface; | |
use Neos\Media\Domain\Repository\AssetRepository; | |
/** | |
* A target which publishes resources by creating symlinks with the filename based on the files title. |
<?php | |
$node = new TYPO3\Surf\Domain\Model\Node('production'); | |
$node | |
->setHostname('my.node.com') | |
->setOption('username', 'myuser'); | |
$application = new TYPO3\Surf\Application\Neos\Neos('My Node'); | |
$application | |
->setOption('keepReleases', 3) |
I hereby claim:
To claim this, I am signing this object: