sudhaus7/sudhaus7-wizard

(Sudhaus7) Wizard to copy Typo3 Website Trees

Installs: 1 736

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 0

Type:typo3-cms-extension

0.3.17 2024-04-19 18:45 UTC

README

Latest Stable Version Build Status Total Downloads Monthly Downloads

A TYPO3 Plugin for duplicating Sites

Changelog

0.2.0

  • Breaking change: Update in WizardProcessInterface - in getTemplateBackendUserGroup and getTemplateBackendUser the CreateProcess Object is now added as a parameter. Please update your implementations for this Interface accordingly
public function getTemplateBackendUser(CreateProcess $pObj): array;
public function getTemplateBackendUserGroup(CreateProcess $pObj): array;

0.2.0

  • Breaking change: Update in WizardTemplateConfigInterface - please add at least the following lines to your implementations of this interface:
public function modifyRecordTCA(array $TCA): array
{
    return $TCA;
}