react-planner
react-planner copied to clipboard
Can i create multicategory for catalog
Hello, Can i create multicategory for catalog
Hi, if your issue is putting a category inside a category, you register those categories like so:
catalog.registerCategory('category-inside-category', 'Category Inside Category', [catalog.registerCategory('inside-category', 'Inside Category')]);
That will give you a setup like:

