Last active
August 29, 2015 14:01
-
-
Save markhowellsmead/f4b0851dccecce9e28f2 to your computer and use it in GitHub Desktop.
Include a TYPO3 ExtBase plugin via TypoScript using AddThis extension as an example
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
# Include a TYPO3 ExtBase plugin via TypoScript using AddThis extension as an example | |
# www.mhm.li | [email protected] | 5/2014 | Free use, no credit required | |
lib.share = USER | |
lib.share { | |
userFunc = tx_extbase_core_bootstrap->run | |
extensionName = Addthis | |
pluginName = Pi1 | |
stdWrap { | |
wrap = <section class="share">|</section> | |
required = 1 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment