Last active
January 19, 2016 07:14
-
-
Save MrMooky/132d0df067dec6801514 to your computer and use it in GitHub Desktop.
TypoScript Plugin integration
This file contains 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
plugin.tx_EXTENSION.persistence.storagePid = 000 | |
temp.somename = USER | |
temp.somename { | |
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run | |
pluginName = | |
extensionName = | |
vendorName = | |
switchableControllerActions.CONTROLLERNAME.1 = | |
features < plugin.tx_EXTENSION.features | |
view < plugin.tx_EXTENSION.view | |
persistence < plugin.tx_EXTENSION.persistence | |
settings < plugin.tx_EXTENSION.settings | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment