This file contains 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
10 = FLUIDTEMPLATE | |
10 { | |
file = {$screen.html}/gridelements/newsteaser/template.html | |
partialRootPath = {$screen.html}/gridelements/newsteaser/partials/ | |
layoutRootPath = {$screen.html}/gridelements/newsteaser/layouts/ | |
variables { | |
heading = TEXT | |
heading.field = flexform_header | |
category = TEXT | |
category.field = flexform_category |
This file contains 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
10 { | |
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run | |
extensionName = Fdflexform | |
pluginName = ParseFlexform | |
vendorName = TYPO3 | |
settings { | |
data = flexform_page | |
} | |
} |
This file contains 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
tt_content.gridelements_pi1.20.10.setup.2 < lib.gridelements.defaultGridSetup | |
tt_content.gridelements_pi1.20.10.setup.2 { | |
columns { | |
2 < .default | |
2.preCObject = CASE | |
2.preCObject { | |
key.field = flexform_columnType | |
cols-1-2 = TEXT | |
cols-1-2 { | |
value = <div class="col-lg-4"> |
This file contains 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
tmp.canonicalNews = TEXT | |
tmp.canonicalNews { | |
typolink { | |
parameter = 9 | |
useCacheHash = 1 | |
# id=9&tx_news_pi1%5Bnews%5D=3622&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=537469ddbb32fa455a07c23933648a96 | |
additionalParams.dataWrap = &tx_news_pi1[news]={GP:tx_news_pi1|news}&tx_news_pi1[controller]={GP:tx_news_pi1|controller}&tx_news_pi1[action]={GP:tx_news_pi1|action} | |
returnLast = url | |
} | |
wrap = <link rel="canonical" href="{$pageURL}|" /> |
This file contains 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
<?php | |
/** | |
* 2014 Florian Dehn <[email protected]> | |
*/ | |
$opts = ''; | |
$opts .= 'u:'; | |
$opts .= 'h:'; | |
$opts .= 'd:'; |
This file contains 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
var flickr = { | |
apiKey: null, | |
photosetId: null, | |
photos: null, | |
ownerName: null, | |
limit: null, | |
init: function(apiKey, photosetId, limit) { | |
this.apiKey = apiKey; | |
this.photosetId = photosetId; | |
this.limit = parseInt(limit); |
This file contains 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
var flickr = { | |
apiKey: null, | |
photosetId: null, | |
photos: null, | |
limit: null, | |
url: null, | |
async: false, | |
elementId: false, | |
init: function(apiKey, photosetId, limit, async, elementId) { | |
this.apiKey = apiKey; |
This file contains 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
# wrap layout, language and tt_content uid around | |
tt_content.stdWrap.innerWrap.cObject.default.20.stdWrap.noTrimWrap = | class="| layout-{field:layout} language-{field:sys_language_uid} uid-{field:uid}"| | |
tt_content.stdWrap.innerWrap.cObject.default.20.stdWrap.insertData = 1 | |
# wrap content category around | |
tt_content.stdWrap.innerWrap.cObject.default.20 = COA | |
tt_content.stdWrap.innerWrap.cObject.default.20 { | |
10 = CONTENT | |
10 { | |
wrap =| |
OlderNewer