mod.wizards.newContentElement.wizardItems.plugins {
	elements {
		amazonPaymentCheckout {
			icon = ../typo3conf/ext/amazon_pay/Resources/Public/Icons/newContentElementWizard_typo3-6.2.png
			iconIdentifier = ext-amazonpaymentcheckout-wizard-icon
			title = LLL:EXT:amazon_pay/Resources/Private/Language/locallang.xlf:tx_amazonpay_newcontentelementwizard_checkout.title
			description = LLL:EXT:amazon_pay/Resources/Private/Language/locallang.xlf:tx_amazonpay_newcontentelementwizard_checkout.description
			tt_content_defValues {
				CType = list
				list_type = amazonpay_checkout
			}
		}
		amazonPaymentPresets {
			icon = ../typo3conf/ext/amazon_pay/Resources/Public/Icons/newContentElementWizard_typo3-6.2.png
		 	iconIdentifier = ext-amazonpaymentpresets-wizard-icon
			title = LLL:EXT:amazon_pay/Resources/Private/Language/locallang.xlf:tx_amazonpay_newcontentelementwizard_presets.title
			description = LLL:EXT:amazon_pay/Resources/Private/Language/locallang.xlf:tx_amazonpay_newcontentelementwizard_presets.description
			tt_content_defValues {
				CType = list
				list_type = amazonpay_presets
			}
		}
	}
}