Created
March 5, 2015 13:05
-
-
Save josefglatz/c95a81ffa0068b8878d7 to your computer and use it in GitHub Desktop.
TYPO3 CMS stdWrap example "replacement :: Remove filepath via regex"
This file contains hidden or 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
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