Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stdWrap functionality to FilesProcessor #539

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

ducrot
Copy link
Contributor

@ducrot ducrot commented Jan 12, 2023

stdWrap functionality is missing in FilesProcessor. With this change it is possible, for example, to get files from custom fields with slide.

Example (not working without patch)

page {
    10 {
        fields {
            heroimage = TEXT
            heroimage {
                dataProcessing {
                    10 = FriendsOfTYPO3\Headless\DataProcessing\FilesProcessor
                    10 {
                        as = heroimage
                        references.data = levelfield: -1, heroimage, slide
                    }
                }
            }
        }
    }
}

@coveralls
Copy link

Pull Request Test Coverage Report for Build 3903908064

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 60.339%

Totals Coverage Status
Change from base Build 3832666957: 0.0%
Covered Lines: 677
Relevant Lines: 1122

💛 - Coveralls

@lukaszuznanski lukaszuznanski merged commit 0d16874 into TYPO3-Headless:master Jan 16, 2023
@ducrot ducrot deleted the patch-files-processor branch January 16, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants