Is it possible to create sub-subcategories?

It is possible to change the level of subcategories now through a hidden site setting:

cd /var/discourse/

./launcher enter app

rails c

SiteSetting.max_category_nesting = 3

7 Likes