From 52387882b82b888d6cfd6fe1a8823b138e2a23a3 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Wed, 3 Jun 2020 23:54:32 +0200 Subject: [PATCH] Remove url_nesting config --- config/alchemy/config.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config/alchemy/config.yml b/config/alchemy/config.yml index 087122b3c4..1bf8e7e230 100644 --- a/config/alchemy/config.yml +++ b/config/alchemy/config.yml @@ -38,19 +38,6 @@ sitemap: show_root: true show_flag: false -# === URL nesting -# -# Since Alchemy 2.6.0, page urls are nested, respectively to their tree position. -# -# Disable +url_nesting+ to get slug only urls. -# -# NOTE: After changing the url_nesting, you should run one of these convert rake tasks: -# -# rake alchemy:convert:urlnames:to_nested -# rake alchemy:convert:urlnames:to_slug -# -url_nesting: true - # === Default items per page in admin views # # In Alchemy's Admin, change how many items you would get shown per page by Kaminari