From ad8ee549a7f4d02899713ed23f4c75ad3d7a21af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 25 Oct 2024 00:24:21 +0200 Subject: [PATCH] menu: add toml reference #148 --- .../authoring/frontmatter/reference/frontmatter.toml | 12 ++++++++++++ layouts/partials/version.txt | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/authoring/frontmatter/reference/frontmatter.toml b/exampleSite/content/authoring/frontmatter/reference/frontmatter.toml index f168e2f4a0..c66a474cbd 100644 --- a/exampleSite/content/authoring/frontmatter/reference/frontmatter.toml +++ b/exampleSite/content/authoring/frontmatter/reference/frontmatter.toml @@ -91,6 +91,18 @@ menuPre = '' # The title of the page in the menu will be suffixed by this HTML content. menuPost = '' +# Link the menu entry to a different internal page instead. +# Default: not set +# This will effectivly hide the page and its content from the viewer by +# linking to the given URL instead. +menuPageRef = '' + +# Link the menu entry to an external URL instead of a page. +# Default: not set +# This will effectivly hide the page and its content from the viewer by +# linking to the given URL instead. +menuUrl = '' + # The order of navigation menu submenus. # Default: 'weight' # Submenus can be ordered by 'weight', 'title', 'linktitle', 'modifieddate', diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 3769235d3e..516eeac7d6 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.1.0 \ No newline at end of file +7.1.0+29d691632528ce9ad8cd625b3d0164bbd73c0644 \ No newline at end of file