Skip to content
Snippets Groups Projects

Migrate sg_account plugin to TypoScript

Merged Axel Braunschweiger requested to merge feature_AddSgAccountToPlugin into master
2 files
+ 60
53
Compare changes
  • Side-by-side
  • Inline
Files
2
mod {
wizards.newContentElement.wizardItems.extra {
header = LLL:EXT:sg_account/Resources/Private/Language/locallang_backend.xlf:wizard_header
elements {
account {
iconIdentifier = extension-sg_account-plugin
title = LLL:EXT:sg_account/Resources/Private/Language/locallang_backend.xlf:wizard_account_title
description = LLL:EXT:sg_account/Resources/Private/Language/locallang_backend.xlf:wizard_account_description
tt_content_defValues {
CType = list
list_type = sgaccount_account
}
},
edit {
iconIdentifier = extension-sg_account-plugin
title = LLL:EXT:sg_account/Resources/Private/Language/locallang_backend.xlf:wizard_edit_title
description = LLL:EXT:sg_account/Resources/Private/Language/locallang_backend.xlf:wizard_edit_description
tt_content_defValues {
CType = list
list_type = sgaccount_edit
}
},
forgot {
iconIdentifier = extension-sg_account-plugin
title = LLL:EXT:sg_account/Resources/Private/Language/locallang_backend.xlf:wizard_forgot_title
description = LLL:EXT:sg_account/Resources/Private/Language/locallang_backend.xlf:wizard_forgot_description
tt_content_defValues {
CType = list
list_type = sgaccount_forgot
}
},
login {
iconIdentifier = extension-sg_account-plugin
title = LLL:EXT:sg_account/Resources/Private/Language/locallang_backend.xlf:wizard_login_title
description = LLL:EXT:sg_account/Resources/Private/Language/locallang_backend.xlf:wizard_login_description
tt_content_defValues {
CType = list
list_type = sgaccount_login
}
},
register {
iconIdentifier = extension-sg_account-plugin
title = LLL:EXT:sg_account/Resources/Private/Language/locallang_backend.xlf:wizard_register_title
description = LLL:EXT:sg_account/Resources/Private/Language/locallang_backend.xlf:wizard_register_description
tt_content_defValues {
CType = list
list_type = sgaccount_register
}
}
}
show = *
}
}
\ No newline at end of file
Loading