Skip to content

Instantly share code, notes, and snippets.

@MrMooky
Last active January 19, 2016 07:14
Show Gist options
  • Save MrMooky/132d0df067dec6801514 to your computer and use it in GitHub Desktop.
Save MrMooky/132d0df067dec6801514 to your computer and use it in GitHub Desktop.
TypoScript Plugin integration
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