From 404e6f8d79454aa27b9d9b16acd59ecbd382c332 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Sat, 15 Oct 2016 19:24:52 +0200 Subject: [PATCH] [GIT] update plugin sitemap --- modules/kirby-template-sitemap | 2 +- site/config/config.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/kirby-template-sitemap b/modules/kirby-template-sitemap index 9868c28..d98659c 160000 --- a/modules/kirby-template-sitemap +++ b/modules/kirby-template-sitemap @@ -1 +1 @@ -Subproject commit 9868c284bac9cff2da590e977e20cc4b86859899 +Subproject commit d98659c15cfa4154616491ca76a5b84dd06bc539 diff --git a/site/config/config.php b/site/config/config.php index c79982c..5c02a23 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -73,6 +73,7 @@ c::set('columns.item', 'col-sm-6 columns'); // enhanced sitemap by Jannik Beyerstedt: c::set('smap_ignoreSite', array('sitemap', 'error', 'home', 'qr', 'secret', 'test')); c::set('smap_ignoreTemplate', array('carousel', 'redirect')); +c::set('smap_showHiddenPagesAtRootLevel', true); c::set('smap_heading_visible', 'Hauptmenü'); c::set('smap_heading_invisible', 'weitere Seiten'); //c::set('smap_column_class_id', 'class="foo" id="bar"');