Created
September 12, 2013 07:54
-
-
Save smichaelsen/6534198 to your computer and use it in GitHub Desktop.
example code for http://forge.typo3.org/issues/51921
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
<?php | |
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::makeCategorizable('myext', 'tt_content', 'category1'); | |
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::makeCategorizable('myext', 'tt_content', 'category2'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
instead of both fields (category1 and category2) being added to tt_content, only category2 will be added.