Files
shop/config/_default/menus.fr.toml
2025-09-16 10:21:01 +02:00

43 lines
597 B
TOML

############################## navigation ##############################
[[main]]
name = "Créations"
URL = "products/"
weight = 1
[[main]]
name = "Blog"
URL = "blog/"
weight = 2
[[main]]
name = "Contact"
URL = "contact/"
weight = 3
############# footer menu #############
[[footer]]
name = "Créations"
URL = "products/"
weight = 1
[[footer]]
name = "Blog"
URL = "blog/"
weight = 2
[[footer]]
name = "Politique de confidentialité"
URL = "pdc/"
weight = 3
[[footer]]
name = "Conditions Générales de Vente"
URL = "cgv/"
weight = 4
[[footer]]
name = "Contact"
URL = "contact/"
weight = 5