heimrichhannot/contao-migration-bundle

Contao 4 migration project bundle

0.9.0 2020-05-25 14:40 UTC

This package is auto-updated.

Last update: 2024-09-25 23:39:18 UTC


README

A collection of various migration scripts.

Features

Requires

Commands

Use [command] --help to get more information.

Modules

Convert News Archive Menu to Filter Bundle

Usage:

huh:migration:module:newsmenu [options]

Options:

Since: 0.4.0

Convert Owl Carousel News List to Filter/List modules

Usage:

huh:migration:module:owlcarousel [options]

Options:

Since: 0.2.0

Convert News Plus modules to Filter/List/Readerbundle modules

Usage:

huh:migration:module:newsplus [options]

Options:

Convert News Plus reader modules to Filter/Readerbundle modules

Migration of tl_module type:newsreader modules to huhreader and creates reader configurations from old tl_module settings.

Usage:

migration:module:newsreader [options]

Options:

Content elements

Convert Tabs to Tab Control Bundle

Supported source modules:

  • contao-legacy/fry_accessible_tabs

Usage:

huh:migration:ce:tab_control_bundle [options]

Options:

Since: 0.3.0

Others

News Categories to Categories Bundle

Migration of database entries from news_categories module to heimrichhannot/contao-categories.

Usage:

huh:migration:db:news_categories [<field>] [options]

Arguments:

Options:

Move modules to block

Move given module into a block.

Usage:

huh:migration:movetoblock [options] [--] <modules> (<modules>)...

Arguments:

Options:

  --ignore-types   | Don't set custom module settings for block module like !autoitem for reader module.
  --dry-run        | Preview command without changing the database.

-t, --title=TITLE | Set a block name for new blocks. If not set, name of first module will be used. --no-replace | Don't replace modules with block.