different-technology/fluidcontent-flux-migration

Migrate your TYPO3 content from fluidcontent to flux - different.technology

1.0.1 2021-08-17 08:29 UTC

This package is auto-updated.

Last update: 2024-04-17 14:21:53 UTC


README

Packagist Release Packagist Downloads GitHub License

Fluid Content to Flux migration

This TYPO3 extension adds an upgrade wizard to your TYPO3 instance which converts fluidcontent elements to flux elements.

Please do not forget to run the flux update script in the extension manager after executing this migration.

Setup

Install the extension:

composer require different-technology/fluidcontent-flux-migration

Migrate your content

  1. Run the upgrade wizard with the install tool or with the CLI
bin/typo3 upgrade:run fluidcontentToFluxMigration
  1. Go to the Extension Manager your TYPO3 backend and execute the update script of the flux extension

  2. (optional) Feel free to remove this extension after your content is migrated

composer remove different-technology/fluidcontent-flux-migration