Skip to content

Instantly share code, notes, and snippets.

<?php
/***************************************************************
* Copyright notice
*
* (c) 1999-2002 Kasper Sk�rh�j (kasper@typo3.com)
* All rights reserved
*
* This script is part of the Typo3 project. The Typo3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
<?php
/***************************************************************
* Copyright notice
*
* (c) 1999-2002 Kasper Sk�rh�j (kasper@typo3.com)
* All rights reserved
*
* This script is part of the Typo3 project. The Typo3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
<div xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
xmlns:flux="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers"
xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers">
<f:layout name="Content"/>
<f:section name="Configuration">
<flux:form id="grid66" label="{f:translate(key:'ce.grid.66')}"
description="{f:translate(key:'ce.grid.66.description')}" options="{group: 'LayoutElements'}">
@steffenk
steffenk / Frontend.yml
Created September 6, 2017 15:48
tx_forms Templates
TYPO3:
CMS:
Form:
prototypes:
standard:
formElementsDefinition:
Form:
renderingOptions:
# Additional fluid search paths.
templateRootPaths:
# This is a sample build configuration for Other.
# Check our guides at https://confluence.atlassian.com/x/5Q4SMw for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image:
name: pxdeployment/pipelines
username: $DOCKERHUB_USER_ALT
password: $DOCKERHUB_PASS_ALT
email: xxx@xxx.de
/**
* Build relations for FAL
*
* @param int $newStorageUid //The UID of the model
* @param array $file //The file model of the image
* @param string $field //the name of the relation field
* @param string $table //the table of the model
*/
public function buildRelations($newStorageUid, $file, $field, $table)
{