Created
December 29, 2011 14:51
-
-
Save aertmann/1534417 to your computer and use it in GitHub Desktop.
TYPO3 Phoenix module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# # | |
# Settings # | |
# # | |
# This file contains settings for various parts of the application. # | |
# Just add your own modifications as necessary. # | |
# # | |
# Please refer to the default settings file(s) or the manuals for # | |
# possible configuration options. # | |
# # | |
TYPO3: | |
TYPO3: | |
modules: | |
management: | |
submodules: | |
newsletter: | |
label: 'Newsletter Management' | |
controller: '\TYPO3\Module\Controller\NewsletterController' | |
submodules: | |
recipients: | |
label: 'Recipients' | |
# controller: '\TYPO3\Module\Controller\RecipientsController' | |
statistics: | |
label: 'Statistics' | |
# controller: '\TYPO3\Module\Controller\StatisticsController' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment