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
plugin.tx_EXTENSION.persistence.storagePid = 000 | |
temp.somename = USER | |
temp.somename { | |
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run | |
pluginName = | |
extensionName = | |
vendorName = | |
switchableControllerActions.CONTROLLERNAME.1 = |
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
'kategorie' => array( | |
'exclude' => 1, | |
'label' => 'LLL:EXT:produkte/Resources/Private/Language/locallang_db.xlf:tx_produkte_domain_model_produkt.kategorie', | |
'config' => array( | |
'type' => 'select', | |
'items' => array( | |
array('-', 0), | |
), | |
'foreign_table' => 'tx_produkte_domain_model_kategorie', | |
'minitems' => 0, |
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
https://docs.typo3.org/typo3cms/extensions/news/AdministratorManual/BestPractice/Realurl/Index.html |
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
plugin.tx_linkhandler.tx_produkte_domain_model_produktgruppelevel1 { | |
parameter = 93 | |
additionalParams = &tx_produkte_produkte[kategorie]={field:kategorie}&tx_produkte_produkte[hersteller]={field:hersteller}&tx_produkte_produkte[produktgruppeLevel1]={field:uid} | |
additionalParams.insertData = 1 | |
useCacheHash = 1 | |
} |
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
temp.heroSlide = CONTENT | |
temp.heroSlide { | |
table = tt_content | |
select { | |
pidInList.data = 1 | |
orderBy = sorting | |
where = colPos = 1 | |
begin = 0 | |
#max = 2 | |
lanuageField = sys_language_uid |
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
##### GET USER EMAIL BY ID | |
lib.userByEmail = COA | |
lib.userByEmail { | |
10 = LOAD_REGISTER | |
10.userID.current = 1 | |
20 = CONTENT | |
20.table = fe_users | |
20.select { |
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
{namespace flux=FluidTYPO3\Flux\ViewHelpers} | |
{namespace v=FluidTYPO3\Vhs\ViewHelpers} | |
<f:layout name="Content" /> | |
<f:section name="Configuration"> | |
<flux:form id="container3cols" label="Inhaltscontainer mit 3 Spalten" description="3-spaltiger Inhaltscontainer, dessen Inhalte in drei gleich breiten Spalten dargestellt wird" options="{group: 'Eigene Inhaltselemente', icon: '{f:uri.resource(path: \'Icons/Content/t3-slider-single.png\')}'}"> | |
<flux:grid> | |
<flux:grid.row> | |
<flux:grid.column style="width: 33%;" name="content.left" label="Inhalt links"></flux:grid.column> | |
<flux:grid.column style="width: 33%;" name="content.middle" label="Inhalt mitte"></flux:grid.column> |
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
© <f:format.date format="Y">{v:system.timestamp()}</f:format.date> |
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
<f:if condition="{page.media} == 0"> | |
<f:then> | |
<v:resource.record.fal table="pages" field="media" uid="{page.pid}" as="resources"> | |
<f:for each="{resources}" as="resource"><v:resource.image identifier="{resource.id}" width="2500" height="600c" alt="" /></f:for> | |
</v:resource.record.fal> | |
</f:then> | |
<f:else> | |
<v:resource.record.fal table="pages" field="media" uid="{page.uid}" as="resources"> | |
<f:for each="{resources}" as="resource"><v:resource.image identifier="{resource.id}" width="2500" height="600c" alt="" /></f:for> | |
</v:resource.record.fal> |
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
lib.login < plugin.tx_felogin_pi1 | |
lib.login { | |
storagePid = 100 | |
redirectMode = loginError | |
redirectPageLoginError = 119 | |
templateFile = fileadmin/system/felogin_s.html | |
} |
OlderNewer