Open ssl.conf
in a text editor.
Edit the domain(s) listed under the [alt_names]
section so that they match the local domain name you want to use for your project, e.g.
DNS.1 = my-project.dev
Additional FQDNs can be added if required:
stages: | |
- build | |
- deploy | |
variables: | |
COMPOSER_PROCESS_TIMEOUT: "1200" | |
NODE_ENV: "production" | |
cache: | |
key: "$CI_BUILD_REF_NAME" |
prototype(Neos.NodeTypes:Form) { | |
@context { | |
privacyLink = Neos.Neos:NodeUri { | |
node = ${q(site).property('privacyNode')} | |
} | |
} | |
@process { | |
replacePrivacyLink = ${String.pregReplace(value, '/\[\[privacyLink\|(.*)\]\]/', '<a href="' + privacyLink + '" title="$1" target="_blank">$1</a>')} | |
} |
<?php | |
namespace Foo\Bar\Aspects; | |
use TYPO3\Flow\Annotations as Flow; | |
use TYPO3\Flow\Aop\JoinPointInterface; | |
use TYPO3\Flow\Resource\ResourceManager; | |
use TYPO3\TypoScript\TypoScriptObjects\ResourceUriImplementation; | |
/** |
<h1>{title}</h1> | |
<f:widget.paginate objects="{content}" as="paginatedContent" configuration="{itemsPerPage: 2}"> | |
<ul> | |
<f:for each="{paginatedContent}" as="content"> | |
<li>{content.data.uid} {content.data.CType}</li> | |
</f:for> | |
</ul> | |
</f:widget.paginate> |
<?php | |
namespace Vendor\Package\Routing; | |
use TYPO3\Flow\Annotations as Flow; | |
use TYPO3\Neos\Domain\Service\SiteService; | |
use TYPO3\TYPO3CR\Domain\Model\NodeInterface; | |
use TYPO3\Neos\Routing\Exception as Exception; | |
/** | |
* A route part handler for finding nodes specifically in the website's frontend. |
## | |
# 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. |
<?php | |
namespace Foo\Bar\Service; | |
use Neos\Cache\CacheAwareInterface; | |
use Neos\Flow\Annotations as Flow; | |
use Neos\Neos\Domain\Model\User; | |
/** | |
* The user service provides general context information about the currently | |
* authenticated backend user. |
I hereby claim:
To claim this, I am signing this object: