diff options
Diffstat (limited to 'docs/content/en/methods/menu-entry/URL.md')
-rw-r--r-- | docs/content/en/methods/menu-entry/URL.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/en/methods/menu-entry/URL.md b/docs/content/en/methods/menu-entry/URL.md index 47db9153e..e29a6f058 100644 --- a/docs/content/en/methods/menu-entry/URL.md +++ b/docs/content/en/methods/menu-entry/URL.md @@ -3,10 +3,10 @@ title: URL description: Returns the relative permalink of the page associated with the given menu entry, else its `url` property. categories: [] keywords: [] -action: - related: [] - returnType: string - signatures: [MENUENTRY.URL] +params: + functions_and_methods: + returnType: string + signatures: [MENUENTRY.URL] --- For menu entries associated with a page, the `URL` method returns the page's [`RelPermalink`], otherwise it returns the entry's `url` property. |