benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
337 stars 203 forks source link

Data processing of image/assets/media don't work using EXT:TYPO3 CMS Content Blocks #1444

Closed web2date closed 10 months ago

web2date commented 10 months ago

Bug Report

Prerequisites

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

  1. Install EXT:ContentBlocks
  2. Create a Content Block skeleton in your terminal inside your sitepackage
  3. 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
  4. Add a {data}</f:debug> to Frontend.html (and Fluid for the 3 fields)
  5. 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

Wrong

Bildschirmfoto 2023-11-13 um 16 03 09

Correct

Bildschirmfoto 2023-11-13 um 16 01 08

Versions

TYPO3v12.4.7 / BSP 14.0.7 / Content_Blocks 0.1.6

web2date commented 10 months ago

Solved with Content_Blocks 0.2.1