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
backend_layout { | |
colCount = 5 | |
rowCount = 1 | |
rows { | |
1 { | |
columns { | |
1 { | |
name = First Tab | |
colPos = 1 | |
} |
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
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) |
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
/** | |
* headerForegroundImage | |
* | |
* @var \TYPO3\CMS\Extbase\Domain\Model\FileReference | |
*/ | |
protected $headerForegroundImage; | |
/** | |
* headerBackgroundImage | |
* |
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
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 ] ] |
NewerOlder