RichEditor::make('description')
->label('Beskrivelse')
->columnSpanFull()
->fileAttachmentsDisk('s3')
->fileAttachmentsDirectory(Filament::getTenant()->id . '/' . 'tasks')
->fileAttachmentsVisibility('private'),