Data processing of image/assets/media don't work using EXT:TYPO3 CMS Content Blocks
web2date opened this issue · comments
Andrea Moroni commented
Bug Report
Prerequisites
- Can you reproduce the problem on TYPO3 v11.5 LTS
- [ x] Can you reproduce the problem on TYPO3 v12.4 LTS
- Did you perform a cursory search
to see if your bug or enhancement is already reported?
Description
Building new contentelements via ContentBlocks in a sitepackage to Bootstrap_package works partially, but the dataprocessing of image/assets/media fails. The fields in Backend are working, one can add an image, but in Frontend the image is missing and the debug says "image => 1 (integer)" and no file_reference is build.
Removing bootstrap_package from the system, content_blocks is working as expected!
Steps to Reproduce
- Install EXT:ContentBlocks
- Create a Content Block skeleton in your terminal inside your sitepackage
- Define a simple ContentElement
name: vendor/content-block-name
group: common
fields:
-
identifier: header
useExistingField: true
-
identifier: bodytext
useExistingField: true
enableRichtext: true
-
identifier: image
useExistingField: true
- Add a <f:debug>{data}</f:debug> to Frontend.html (and Fluid for the 3 fields)
- Add this ContentElement to a page in Backend and fill all necessary fields
Expected behavior
I want to see header, bodytext and image
Actual behavior
I see Header and bodytext
Screenshots
Versions
TYPO3v12.4.7 / BSP 14.0.7 / Content_Blocks 0.1.6
Andrea Moroni commented
Solved with Content_Blocks 0.2.1