Add superadmin task collections resource

This commit is contained in:
Codex Agent
2026-01-19 21:19:37 +01:00
parent a7df624865
commit cb9d40055d
6 changed files with 492 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ return [
'unnamed' => 'Unnamed',
'from' => 'From',
'until' => 'Until',
'yes' => 'Yes',
'no' => 'No',
],
'photos' => [
@@ -489,6 +491,29 @@ return [
],
],
'task_collections' => [
'menu' => 'Task collections',
'fields' => [
'event_type_optional' => 'Event Type (optional)',
'content_localization' => 'Content Localization',
'name_de' => 'Name (German)',
'description_de' => 'Description (German)',
'name_en' => 'Name (English)',
'description_en' => 'Description (English)',
'is_default' => 'Default collection',
'position' => 'Position',
],
'table' => [
'name' => 'Name',
'event_type' => 'Event Type',
'slug' => 'Slug',
'is_default' => 'Default',
'position' => 'Position',
'tasks' => 'Tasks',
'events' => 'Events',
],
],
'widgets' => [
'events_active_today' => [
'heading' => 'Events active today',