[TYPO3-german] Re: Logo mit Link auf "HOME"
Christian Hackl
hackl.chris at googlemail.com
Wed Sep 27 15:28:41 CEST 2017
bei mir sieht das so aus, dann kann ich das logo title alt-text auch ganz bequem übers BE -> seiteneigenschaften -> resourcen anpassen:
lib.logo = FILES
lib.logo {
references {
table = pages
uid.dataWrap = {$plugin.austriareisentheme.rootPageID}
fieldName = media
}
renderObj = IMAGE
renderObj {
file.import.data = file:current:uid
file.treatIdAsReference = 1
altText.data = file:current:alternative
params = itemprop="logo"
stdWrap.typolink.parameter < config.baseURL
stdWrap.typolink.extTarget = _top
stdWrap.typolink.ATagParams = itemprop="url" title="{file:current:title}"
stdWrap.typolink.ATagParams.insertData = 1
stdWrap.wrap = <div id="logo" itemscope itemtype="http://schema.org/Organization">|</div>
}
}
More information about the TYPO3-german
mailing list