Skip to content

Instantly share code, notes, and snippets.

View pulponair's full-sized avatar

Nikolas Hagelstein pulponair

View GitHub Profile
backend_layout {
colCount = 5
rowCount = 1
rows {
1 {
columns {
1 {
name = First Tab
colPos = 1
}
Moved an element in Draft (no matter if GE or regular CE) as admin
1. Drag n Drop did not work at all.
2. Translated CEs are move to default lang
3. Moved element disappears on draft but moving appears directly on live
4. Moved alement disappears (This only seems to happen if you move an element within a grid container)
/**
* headerForegroundImage
*
* @var \TYPO3\CMS\Extbase\Domain\Model\FileReference
*/
protected $headerForegroundImage;
/**
* headerBackgroundImage
*
@pulponair
pulponair / gist:4492853
Last active December 10, 2015 21:08
Adjusted services.yml to connect JimFlow to Trac using auth digest.
zend.xml_rpc_client:
class: Zend\XmlRpc\Client
arguments:
- "http://%trac_url%/login/xmlrpc"
- @zend.http_client
zend.http_client:
class: Zend\Http\Client
calls:
- [ setAdapter, [ @zend.http_client_adapter_curl ] ]