Skip to content

Instantly share code, notes, and snippets.

@smichaelsen
Created September 12, 2013 07:54
Show Gist options
  • Save smichaelsen/6534198 to your computer and use it in GitHub Desktop.
Save smichaelsen/6534198 to your computer and use it in GitHub Desktop.
<?php
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::makeCategorizable('myext', 'tt_content', 'category1');
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::makeCategorizable('myext', 'tt_content', 'category2');
@smichaelsen
Copy link
Author

instead of both fields (category1 and category2) being added to tt_content, only category2 will be added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment