nhovratov/mask-to-content-blocks

Migrate Mask Content Elements to Content Blocks

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

1.0.0 2024-12-20 14:12 UTC

This package is auto-updated.

Last update: 2024-12-20 14:18:43 UTC


README

This TYPO3 extension helps you migrate your Mask elements on TYPO3 v13 to TYPO3 CMS Content Blocks, the official TYPO3 extension to define Content Types.

You need a running TYPO3 instance with your loaded Mask elements.

Install this extension via composer:

composer req nhovratov/mask-to-content-blocks

Then run the migration command. This migration will create the Content Blocks into the same extension, where your Mask elements are currently loaded.

bin/typo3 mask-to-content-blocks:migrate

Next, remove Mask and this extension:

composer remove mask/mask nhovratov/mask-to-content-blocks

Final steps

This migration command is no guarantee that everything will work perfectly. Check the generated Content Blocks by yourself and see, if everything is fine. Also, any TypoScript overrides need migration from lib.maskElement to lib.contentBlock. Test your frontend template and backend preview. They might need slight adjustments.

For more information, visit the manual migration guide in the Content Blocks documentation: https://docs.typo3.org/permalink/friendsoftypo3-content-blocks:migrations-mask