[MERGE] Branch 'master' of https://phabricator.glanzstueck.agency/source/typo3-template_aide
This commit is contained in:
12
Resources/Private/TypoScript/Setup/parseExternalLinks.ts
Normal file
12
Resources/Private/TypoScript/Setup/parseExternalLinks.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
page.10.stdWrap.parseFunc {
|
||||
htmlSanitize = 0
|
||||
externalBlocks = a
|
||||
externalBlocks {
|
||||
a.stdWrap.postUserFunc = Cjel\TemplatesAide\UserFunc\ParseExternalLinks->render
|
||||
a.stdWrap.postUserFunc {
|
||||
iconFile = EXT:site_templates/Resources/Private/Partials/Atoms/IconExternalLinkFill.html
|
||||
iconPosistion = end
|
||||
linkText = Externer Link zu
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user