chore: [app-router-migration-4]: apps/categories page (#12619)

This commit is contained in:
DmytroHryshyn
2023-12-12 11:43:15 -07:00
committed by GitHub
parent 7a67331d96
commit add6ffdfc4
12 changed files with 225 additions and 27 deletions
+4
View File
@@ -297,3 +297,7 @@ APP_ROUTER_EVENT_TYPES_ENABLED=1
APP_ROUTER_SETTINGS_ADMIN_ENABLED=1
APP_ROUTER_APPS_SLUG_ENABLED=1
APP_ROUTER_APPS_SLUG_SETUP_ENABLED=1
# whether we redirect to the future/apps/categories from /apps/categories or not
APP_ROUTER_APPS_CATEGORIES_ENABLED=1
# whether we redirect to the future/apps/categories/[category] from /apps/categories/[category] or not
APP_ROUTER_APPS_CATEGORIES_CATEGORY_ENABLED=1