From e5dc4177b291884c99d6ae53c68275e9bc764d2f Mon Sep 17 00:00:00 2001 From: FlxRobole <142887197+FlxRobole@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:05:41 +0200 Subject: [PATCH 1/2] Update sulu_categories.rst --- reference/twig-extensions/functions/sulu_categories.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/twig-extensions/functions/sulu_categories.rst b/reference/twig-extensions/functions/sulu_categories.rst index c248245e..59019eab 100644 --- a/reference/twig-extensions/functions/sulu_categories.rst +++ b/reference/twig-extensions/functions/sulu_categories.rst @@ -16,7 +16,7 @@ Returns all categories in the system. **Arguments**: - - **locale**: If item is not in the same locale as current content (**optional**) - - **parentKey**: If only specific categories should be loaded set a parent category key (**optional**) + - **locale**: *string* - Locale to resolve category + - **parentKey**: *string* - If only specific categories should be loaded set a parent category key (**optional**) **Returns**: array - array of serialized Category instances From 067fdeebf4e43b698bf62ecf7fa8490a89f5532e Mon Sep 17 00:00:00 2001 From: FlxRobole <142887197+FlxRobole@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:11:21 +0200 Subject: [PATCH 2/2] Update sulu_categories.rst --- reference/twig-extensions/functions/sulu_categories.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/twig-extensions/functions/sulu_categories.rst b/reference/twig-extensions/functions/sulu_categories.rst index 59019eab..cf8e83ea 100644 --- a/reference/twig-extensions/functions/sulu_categories.rst +++ b/reference/twig-extensions/functions/sulu_categories.rst @@ -16,7 +16,7 @@ Returns all categories in the system. **Arguments**: - - **locale**: *string* - Locale to resolve category + - **locale**: *string* - Locale to resolve categories - **parentKey**: *string* - If only specific categories should be loaded set a parent category key (**optional**) **Returns**: array - array of serialized Category instances