Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This makes it possible, to configure only one field of the result. We have a link field, which wasn't parsed as typolink. But we didn't want to define every single field of the query. So we added the key "overrideFields". e.g.: 20 = FriendsOfTYPO3Headless\HeadlessBootstrapPackage\DataProcessing\DatabaseQueryProcessor 20 { table = tx_bootstrappackage_carousel_item pidInList.field = pid where { data = field:uid intval = 1 wrap = tt_content=| } overrideFields { link = TEXT link { field = link htmlSpecialChars = 1 typolink { parameter { field = link } returnLast = result } } } orderBy = sorting as = records }
- Loading branch information