From fbd4e72d8707b40dfc4095d695ae44deb309f1d6 Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Sat, 27 Apr 2024 13:43:45 +0200 Subject: [PATCH] Update menus.de.toml and menus.fr.toml with new Schulung and Formation submenus --- config/_default/menus.de.toml | 28 +++++++++++++--------------- config/_default/menus.fr.toml | 28 +++++++++++++--------------- 2 files changed, 26 insertions(+), 30 deletions(-) diff --git a/config/_default/menus.de.toml b/config/_default/menus.de.toml index f06f2bf..78befca 100755 --- a/config/_default/menus.de.toml +++ b/config/_default/menus.de.toml @@ -96,18 +96,16 @@ weight = 4 name = "Kontakt" url = "kontakt/" -# footer menu -# [[footer]] -# name = "About" -# url = "about/" -# weight = 1 - -# [[footer]] -# name = "Elements" -# url = "elements/" -# weight = 2 - -# [[footer]] -# name = "Privacy Policy" -# url = "privacy-policy/" -# weight = 3 +[[main]] +name = "Schulung" +url = "schulungstermine/" + [[main]] + parent = "Schulung" + name = "Anmeldung Anfängerschulung" + url = "schulungstermine/anmeldung-anfaengerschulung/" + weight = 1 + [[main]] + parent = "Schulung" + name = "Anmeldung Fortgeschrittenenschulung" + url = "schulungstermine/anmeldung-fortgeschrittenenschulung/" + weight = 2 \ No newline at end of file diff --git a/config/_default/menus.fr.toml b/config/_default/menus.fr.toml index 4a8ca22..ad08f38 100644 --- a/config/_default/menus.fr.toml +++ b/config/_default/menus.fr.toml @@ -83,18 +83,16 @@ weight = 4 name = "Contact" url = "contact/" -# footer menu -# [[footer]] -# name = "About" -# url = "about/" -# weight = 1 - -# [[footer]] -# name = "Elements" -# url = "elements/" -# weight = 2 - -# [[footer]] -# name = "Privacy Policy" -# url = "privacy-policy/" -# weight = 3 +[[main]] +name = "Formation" +url = "dates-des-formations/" + [[main]] + parent = "Formation" + name = "Formation Debutants" + url = "dates-des-formations/formation-debutants/" + weight = 1 + [[main]] + parent = "Formation" + name = "Formation Avancée" + url = "dates-des-formations/formation-avanc/" + weight = 2