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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> | |
<T3DataStructure> | |
<meta type="array"> | |
<langDisable>1</langDisable> | |
</meta> | |
<sheets> | |
<general> | |
<ROOT type="array"> | |
<TCEforms> | |
<sheetTitle>Spalten (normal)</sheetTitle> |
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
(function(window, document, $) { | |
"use strict" | |
// Just for testing purposes this function triggers on all links | |
$('a').on('click', function(event) { | |
event.preventDefault(); | |
// remove all existing modalboxes in DOM |
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
#!/bin/bash | |
url="http://get.typo3.org/7" | |
target="t3latest.tar.gz" | |
workingdirectory=${PWD} | |
clear | |
echo "Getting the TYPO3 Sources from ${url}, writing to ${target}" | |
# get the sourcec |
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
lib.hreflang = HMENU | |
lib.hreflang { | |
special = language | |
special.value = 0,1,2 | |
1 = TMENU | |
1 { | |
# Link zu nicht-aktiven Sprachen anzeigen | |
NO = 1 | |
NO { | |
stdWrap.cObject = TEXT |
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
/* | |
* TypoScript | |
*/ | |
# render headline | |
#tt_content.gridelements_pi1.10 = < lib.stdheader | |
tt_content.gridelements_pi1.20.10.setup { | |
1 < lib.gridelements.defaultGridSetup | |
1 { | |
columns { | |
1 < .default |
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
/* | |
* TypoScript | |
*/ | |
# render headline | |
#tt_content.gridelements_pi1.10 = < lib.stdheader | |
tt_content.gridelements_pi1.20.10.setup { | |
1 < lib.gridelements.defaultGridSetup | |
1 { | |
cObject = FLUIDTEMPLATE | |
cObject { |
NewerOlder