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 | |
namespace Your\Package\Eel\FlowQueryOperations; | |
use Neos\ContentRepository\Domain\Projection\Content\TraversableNodeInterface; | |
use Neos\ContentRepository\Exception\NodeException; | |
use Neos\Eel\FlowQuery\FlowQuery; | |
use Neos\Eel\FlowQuery\FlowQueryException; | |
use Neos\Eel\FlowQuery\Operations\AbstractOperation; | |
use Neos\Flow\Annotations as Flow; | |
use Neos\ContentRepository\Domain\Model\NodeInterface; |
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
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 = '' |
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
## | |
# This object will output fusion variables to the browser console. | |
# | |
# Example usage: | |
# | |
# @process.addDebugOutput = Shel.Helper:Debug { | |
# output = ${node.identifier} | |
# } | |
# | |
# Which will prepend the current node oder document node label by default. |
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 | |
// All Deployer recipes are based on `recipe/common.php`. | |
require 'recipe/common.php'; | |
// require 'rsync.php'; // optionally used from https://github.com/deployphp/recipes | |
require 'flow.php'; | |
env('php_binary', 'php_cli'); | |
set('shared_dirs', [ |