catalog-react: allow any group ID in addition to default ones

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-02-20 12:16:48 +01:00
parent 695dc6a571
commit 3edd069082
6 changed files with 7 additions and 1 deletions
+1
View File
@@ -255,6 +255,7 @@ const _default: FrontendPlugin<
defaultPath: string;
defaultTitle: string;
defaultGroup?:
| (string & {})
| 'documentation'
| 'development'
| 'deployment'