Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save josefglatz/c95a81ffa0068b8878d7 to your computer and use it in GitHub Desktop.
Save josefglatz/c95a81ffa0068b8878d7 to your computer and use it in GitHub Desktop.
TYPO3 CMS stdWrap example "replacement :: Remove filepath via regex"
tt_content.uploads.20.itemRendering.20.1.10 = TEXT
tt_content.uploads.20.itemRendering.20.1.10 {
data = register:filename
replacement {
10 {
search = #^(.*[\/\\])#i
replace =
useRegExp = 1
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment