diff options
Diffstat (limited to 'docs/content/en/methods/page/TranslationKey.md')
-rw-r--r-- | docs/content/en/methods/page/TranslationKey.md | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/content/en/methods/page/TranslationKey.md b/docs/content/en/methods/page/TranslationKey.md index a9e4b97e9..1e930687e 100644 --- a/docs/content/en/methods/page/TranslationKey.md +++ b/docs/content/en/methods/page/TranslationKey.md @@ -3,13 +3,10 @@ title: TranslationKey description: Returns the translation key of the given page. categories: [] keywords: [] -action: - related: - - methods/page/Translations - - methods/page/AllTranslations - - methods/page/IsTranslated - returnType: string - signatures: [PAGE.TranslationKey] +params: + functions_and_methods: + returnType: string + signatures: [PAGE.TranslationKey] --- The translation key creates a relationship between all translations of a given page. The translation key is derived from the file path, or from the `translationKey` parameter if defined in front matter. |