faktore/content-blocks-composer-patches

This package is abandoned and no longer maintained. No replacement package was suggested.

Provides composer patches to use EXT:content_blocks within TYPO3 v12 in combination with EXT:container.

v0.1.1 2023-10-21 17:41 UTC

This package is auto-updated.

Last update: 2023-10-24 08:11:54 UTC


README

❗ This patch is to be considered obsolete for the time being.

content-blocks-composer-patches

Provides composer patches to use EXT:content_blocks within TYPO3 v12 in combination with EXT:container.

Usage:

Add package as a dependency:

composer require faktore/content-block-composer-patches

To allow composer applying patches from 3rd-party-dependencies (not defined in root composer.json) the option enable-patching must be set to true in the extra-section of your composer.json, either via:

composer config extra.enable-patching true

or:

{
  ...
  
  "extra": {
    ...
    
    "enable-patching": true
  }
}

CAUTION

Currently only works with version 0.1.3 of content blocks. There is currently no known reason to have to apply these patches.