Skip to content

Commit 20f8fbb

Browse files
[BUGFIX] Use correct property fieldName (#1638)
`field` would be a property of stdWrap, but not an subproperty of `references`, which is needed in this snippet. https://docs.typo3.org/permalink/t3tsref:confval-filesprocessor-references-fieldname Co-authored-by: Julian Hofmann <[email protected]>
1 parent 7c29e67 commit 20f8fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/DataProcessing/_FilesProcessorFlexForm.typoscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ page.10.dataProcessing {
22
10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
33
10 {
44
references.table = tt_content
5-
references.field = settings.myImage
5+
references.fieldName = settings.myImage
66
as = myImageFromFlexForm
77
}
88
}

0 commit comments

Comments
 (0)