Initial commit - Typo3 11.5.41
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
mod.wizards.newContentElement.wizardItems {
|
||||
plugins {
|
||||
elements {
|
||||
tx_ttaddress_listview {
|
||||
title = LLL:EXT:tt_address/Resources/Private/Language/db/locallang.xlf:extbase_title
|
||||
description = LLL:EXT:tt_address/Resources/Private/Language/db/locallang.xlf:extbase_description
|
||||
icon = EXT:tt_address/Resources/Public/Icons/ContentElementWizard.svg
|
||||
iconIdentifier = tt-address-plugin
|
||||
tt_content_defValues {
|
||||
CType = list
|
||||
list_type = ttaddress_listview
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
show := addToList(tx_ttaddress_listview)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user