Skip to content

Instantly share code, notes, and snippets.

@fchaussin
Last active June 16, 2020 09:49
Show Gist options
  • Save fchaussin/3d49b64d4cc687084071cf30745cc572 to your computer and use it in GitHub Desktop.
Save fchaussin/3d49b64d4cc687084071cf30745cc572 to your computer and use it in GitHub Desktop.
TYPO3 TCA upgrades 6.2 => 7.6

WIZARDS

browse_links.php

'script' => 'browse_links.php?mode=wizard&act=file' ,

// becomes

'module' => [ 'name' => 'wizard_link', 'urlParameters' => [ 'mode' => 'wizard', 'act' => 'file' ] ],

wizard_rte.php

'script' => 'wizard_rte.php',

// becomes

'module' => [ 'name' => 'wizard_rte', ],


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment