Added the option to only show attachment types for certain element classes

This commit is contained in:
Jan Böhmer 2026-02-08 19:30:06 +01:00
parent 2c56ec746c
commit a4c2b8f885
8 changed files with 231 additions and 5 deletions

View file

@ -136,7 +136,7 @@ abstract class Attachment extends AbstractNamedDBElement
* @var string The class of the element that can be passed to this attachment. Must be overridden in subclasses.
* @phpstan-var class-string<T>
*/
protected const ALLOWED_ELEMENT_CLASS = AttachmentContainingDBElement::class;
public const ALLOWED_ELEMENT_CLASS = AttachmentContainingDBElement::class;
/**
* @var AttachmentUpload|null The options used for uploading a file to this attachment or modify it.