feat(string-prompt): Adds string prompt to menu item

This commit is contained in:
Michel Fedde 2025-06-22 14:41:18 +02:00
parent 1d73ee8a78
commit 5c7c9c9f87
6 changed files with 164 additions and 26 deletions

View file

@ -15,6 +15,9 @@ export class GroupConfigurationHandler {
locale: new Intl.Locale('en-GB'),
permissions: {
allowMemberManagingPlaydates: false
},
calendar: {
title: null
}
}