Skip to content

Instantly share code, notes, and snippets.

@stafast
stafast / setup.ts
Created January 21, 2016 12:19
TYPO3 Solr tx_news detailPid multiple detailpages (News on detailpage)
plugin.tx_solr.index.queue.news.fields.url.typolink {
parameter = {field:pid}
parameter.insertData = 1
}
@stafast
stafast / typoscript.ts
Created November 12, 2015 09:15
TypoScript GET-Parameter Redirect
# Parameter need to be ?send=1
[globalVar = GP:send != 1]
config >
config.additionalHeaders = Location: /index.php?id=1
[globalVar]
@stafast
stafast / gist:24bec3068ccd98b9c7fa
Created October 23, 2015 13:30
TYPO3 rte defaultContentLanguage (Link Übersetzung)
RTE.default.defaultContentLanguage = de
@stafast
stafast / fluid.html
Last active November 23, 2017 19:03
TYPO3 Get Content Elements by UID in Fluid (Tags: fluid dce ce inhaltselment cObject f:oObject )
<f:cObject typoscriptObjectPath="lib.getContentElementsByUid">{myUID}</f:cObject>
@stafast
stafast / constants.ts
Created October 14, 2015 18:03
TYPO3 7.5 fluid_styled_content TypoScript
styles.templates.templateRootPath = fileadmin/Ext/fluid_styled_content/Resources/Private/Templates/Content/
styles.templates.partialRootPath = fileadmin/Ext/fluid_styled_content/Resources/Private/Partials/
styles.templates.layoutRootPath = fileadmin/Ext/fluid_styled_content/Resources/Private/Layouts/