Task #73765
closedThink about making category not global anymore
0%
Description
It would make sense to be able to create (and use) categories in the context of a website, and not having them global to whole install altough they may be created at any place and not only on the real root of the TYPO3 install.
Updated by Frans Saris over 8 years ago
- Status changed from New to Needs Feedback
This is already possible with some tsconfig.
You can setup separate category trees and set different category root for each site with tsconfig.
Updated by Xavier Perseguers over 8 years ago
@Andrea, since this question arose from you, please confirm this is fine with you. Thanks.
Updated by Andrea Herzog-Kienast over 8 years ago
Hey guys,
Thank you for taking care. Related or the same as #72961
TCEFORM.pages.categories.config.treeConfig.rootUid = 1
works with category and children
TCEFORM.pages.categories.config.treeConfig.rootUid = 1,2,3
works only with cat 1 and children
In TYPO3 7 none of this TCEFORM works.
Updated by Wouter Wolters over 8 years ago
Andrea can you try again with latest version of 7.6? The mentioned bug has been fixed meanwhile.
Updated by Andrea Herzog-Kienast over 8 years ago
Thank you Wouter, yes, solved in my 7.6.6
Cheers,
Andrea
Updated by Wouter Wolters over 8 years ago
- Status changed from Needs Feedback to Closed
thanks for reporting back. Ticket closed.