I hereby claim:
- I am van2parijs on github.
- I am svparijs (https://keybase.io/svparijs) on keybase.
- I have a public key ASCzfAKAX7V9ge6hZbqZaiDKgg_Yl8TONmvuRhZcc5YNmAo
To claim this, I am signing this object:
| <f:if condition="{node.context.workspace.name} == 'live'"> | |
| Only visible in live frontend | |
| </f:if> | |
| <f:security.ifAccess privilegeTarget="TYPO3.Neos:Backend.GeneralAccess"> | |
| <f:if condition="{node.context.workspace.name} != 'live'"> | |
| Only visible in backend workspace | |
| </f:if> | |
| </f:security.ifAccess> |
| page = Page { | |
| body { | |
| // These are your content areas, you can define as many as you want, just name them and the nodePath. | |
| content { | |
| // The default content section | |
| main = PrimaryContent { | |
| nodePath = 'main' | |
| } | |
| // A footer ContentCollection | |
| footer = ContentCollection { |
I hereby claim:
To claim this, I am signing this object:
| SMS < page | |
| SMS { | |
| newsletter { | |
| renderer = RFY.BKWI:SmsMailRender | |
| } | |
| head { | |
| stylesheets.site.templatePath = 'resource://RFY.BKWI/Private/Newsletter/Templates/SMS/Browser.html' | |
| javascripts.site.templatePath = 'resource://RFY.BKWI/Private/Newsletter/Templates/SMS/Browser.html' | |
| } |
| image: node:7.10 | |
| cache: | |
| paths: | |
| - node_modules/ | |
| - bower_components/ | |
| before_script: | |
| # Install Chrome | |
| - wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - |
| <?php | |
| namespace Chyrius\SiteBundle\Form; | |
| use Symfony\Component\DependencyInjection\ContainerInterface; | |
| use Symfony\Component\Form\Form; | |
| /** | |
| * @todo Обрабатывать так же ошибки детей-детей | |
| */ | |
| class FormErrors |
| # to generate your dhparam.pem file, run in the terminal | |
| openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
| <?php | |
| namespace Sfi\Migration\Command; | |
| /* * | |
| * This script belongs to the TYPO3 Flow package "Sfi.Migration". * | |
| * * | |
| * */ | |
| use TYPO3\Flow\Annotations as Flow; | |
| use TYPO3\Flow\Cli\CommandController; |
| Flow_Session_Storage: | |
| backendOptions: | |
| cacheDirectory: '%FLOW_PATH_DATA%Session/Flow_Session_Storage' | |
| Flow_Session_MetaData: | |
| backendOptions: | |
| cacheDirectory: '%FLOW_PATH_DATA%Session/Flow_Session_MetaData' |
| URL: | |
| http://example.com/nodename.html? | |
| --vendor_name-fooplugin[package]=vendor.name& | |
| --vendor_name-fooplugin[controller]=standard& | |
| --vendor_name-fooplugin[action]=index& | |
| --vendor_name-fooplugin[object][__identity]=4de2cc9c-79c0-55e7-310e-91c5ae2fea19 | |
| should result in | |
| http://example.com/nodename/custom-part/objectname.html |